summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.h
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/oxygen.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxygen.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/noncore/apps/oxygen/oxygen.h b/noncore/apps/oxygen/oxygen.h
index 1e923ee..71914eb 100644
--- a/noncore/apps/oxygen/oxygen.h
+++ b/noncore/apps/oxygen/oxygen.h
@@ -1,12 +1,16 @@
1/***************************************************************************
2 * *
3 * This program is free software; you can redistribute it and/or modify *
4 * it under the terms of the GNU General Public License as published by *
5 * the Free Software Foundation; either version 2 of the License, or *
6 * ( at your option ) any later version. *
7 * *
8 **************************************************************************/
1 9
2#include <qpe/resource.h>
3#include <qmainwindow.h> 10#include <qmainwindow.h>
4#include <qtoolbar.h>
5#include <qstring.h>
6#include <qpopupmenu.h>
7 11
8class QVBox; 12class QVBox;
9 13
10class Oxygen : public QMainWindow 14class Oxygen : public QMainWindow
11{ 15{
12 Q_OBJECT 16 Q_OBJECT
@@ -14,9 +18,10 @@ class Oxygen : public QMainWindow
14 public: 18 public:
15 Oxygen(); 19 Oxygen();
16 QVBox *vbox; 20 QVBox *vbox;
17 private slots: 21 private slots:
18 void slotCalculations(); 22 void slotCalculations();
19 void slotSettings(); 23 void slotSettings();
24 void slotData();
20 void slotPSE(); 25 void slotPSE();
21 void close(); 26 void close();
22}; 27};