summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.h
authorcniehaus <cniehaus>2002-11-23 11:18:40 (UTC)
committer cniehaus <cniehaus>2002-11-23 11:18:40 (UTC)
commit1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0 (patch) (side-by-side diff)
treebb82d65366084d0a8c4cc7e7cee23fbbf01a1c8a /noncore/apps/oxygen/oxygen.h
parentb1cbaa84c29decb743687e970eedcd4a238771ad (diff)
downloadopie-1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0.zip
opie-1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0.tar.gz
opie-1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0.tar.bz2
move stuff around, use iterators, make things translatable
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
@@ -9,15 +9,12 @@
#include <qmainwindow.h>
-class QStringList;
-
class Oxygen : public QMainWindow
{
Q_OBJECT
public:
Oxygen();
- QStringList *names;
private:
void loadNames();