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.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/noncore/apps/oxygen/oxygen.h b/noncore/apps/oxygen/oxygen.h
index 57fe9fe..c59662d 100644
--- a/noncore/apps/oxygen/oxygen.h
+++ b/noncore/apps/oxygen/oxygen.h
@@ -13,12 +13,13 @@ class QStringList;
class Oxygen : public QMainWindow
{
- Q_OBJECT
+ Q_OBJECT
- public:
- Oxygen();
-
- private:
- void loadNames();
- QStringList names;
+ public:
+ Oxygen(QWidget *parent = 0, const char *name = 0, WFlags f = 0 );
+ static QString appName() { return QString::fromLatin1("oxygen"); }
+
+ private:
+ void loadNames();
+ QStringList names;
};