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
@@ -11,4 +11,2 @@
-class QVBox;
-
class Oxygen : public QMainWindow
@@ -19,8 +17,2 @@ class Oxygen : public QMainWindow
Oxygen();
- QVBox *vbox;
- private slots:
- void slotCalculations() const;
- void slotData() const;
- void slotPSE() const;
- void close() const;
};