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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/noncore/apps/oxygen/oxygen.h b/noncore/apps/oxygen/oxygen.h
index 0b7655a..36ee9bc 100644
--- a/noncore/apps/oxygen/oxygen.h
+++ b/noncore/apps/oxygen/oxygen.h
@@ -6,19 +6,16 @@
6 * ( at your option ) any later version. * 6 * ( at your option ) any later version. *
7 * * 7 * *
8 **************************************************************************/ 8 **************************************************************************/
9 9
10#include <qmainwindow.h> 10#include <qmainwindow.h>
11 11
12class QStringList;
13
14class Oxygen : public QMainWindow 12class Oxygen : public QMainWindow
15{ 13{
16 Q_OBJECT 14 Q_OBJECT
17 15
18 public: 16 public:
19 Oxygen(); 17 Oxygen();
20 QStringList *names;
21 18
22 private: 19 private:
23 void loadNames(); 20 void loadNames();
24}; 21};