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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/noncore/apps/oxygen/oxygen.h b/noncore/apps/oxygen/oxygen.h
index 2a10666..782cc3e 100644
--- a/noncore/apps/oxygen/oxygen.h
+++ b/noncore/apps/oxygen/oxygen.h
@@ -10,6 +10,4 @@
#include <qmainwindow.h>
-class QVBox;
-
class Oxygen : public QMainWindow
{
@@ -18,9 +16,3 @@ class Oxygen : public QMainWindow
public:
Oxygen();
- QVBox *vbox;
- private slots:
- void slotCalculations() const;
- void slotData() const;
- void slotPSE() const;
- void close() const;
};