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