summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.h
blob: 1e923ee5ded0cd1292b4d6c85d6c5cbc9a37263b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

#include <qpe/resource.h>
#include <qmainwindow.h>
#include <qtoolbar.h>
#include <qstring.h>
#include <qpopupmenu.h>

class  QVBox;

class Oxygen : public QMainWindow
{
	Q_OBJECT
	
    public:
		Oxygen();
        QVBox *vbox;
	private slots:
        void slotCalculations();
        void slotSettings();
        void slotPSE();
		void close();
};