summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.h
Side-by-side diff
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 @@
#include <qmainwindow.h>
+class QStringList;
+
class Oxygen : public QMainWindow
{
Q_OBJECT
public:
Oxygen();
+ QStringList *names;
+
+ private:
+ void loadNames();
};