summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.h
authorcniehaus <cniehaus>2002-11-22 18:21:07 (UTC)
committer cniehaus <cniehaus>2002-11-22 18:21:07 (UTC)
commit47fe0e6d2e50171cd068e68b724a9d159ab9922e (patch) (side-by-side diff)
tree187759035b9af3f57ed67c7203c2b6fd30acae53 /noncore/apps/oxygen/oxygen.h
parent85af9693eaa9d7ed1651883ba078d1622bd88639 (diff)
downloadopie-47fe0e6d2e50171cd068e68b724a9d159ab9922e.zip
opie-47fe0e6d2e50171cd068e68b724a9d159ab9922e.tar.gz
opie-47fe0e6d2e50171cd068e68b724a9d159ab9922e.tar.bz2
mmh, how do I now use these information?
Well, I fixed 3 content-bugs :))
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();
};