summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.h
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/oxygen.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/oxygen.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/noncore/apps/oxygen/oxygen.h b/noncore/apps/oxygen/oxygen.h
index 71914eb..2a10666 100644
--- a/noncore/apps/oxygen/oxygen.h
+++ b/noncore/apps/oxygen/oxygen.h
@@ -19,9 +19,8 @@ class Oxygen : public QMainWindow
19 Oxygen(); 19 Oxygen();
20 QVBox *vbox; 20 QVBox *vbox;
21 private slots: 21 private slots:
22 void slotCalculations(); 22 void slotCalculations() const;
23 void slotSettings(); 23 void slotData() const;
24 void slotData(); 24 void slotPSE() const;
25 void slotPSE(); 25 void close() const;
26 void close();
27}; 26};