summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.h
authorcniehaus <cniehaus>2002-09-19 20:47:36 (UTC)
committer cniehaus <cniehaus>2002-09-19 20:47:36 (UTC)
commit65ba4e3610c94ba1de71a41dd6bf69662555e206 (patch) (side-by-side diff)
tree696c3d7317a3c5a13f14160d9281fe4e889cf5bc /noncore/apps/oxygen/oxygen.h
parentf4162d2283ebf0327645e0ac66b539cf87565d0b (diff)
downloadopie-65ba4e3610c94ba1de71a41dd6bf69662555e206.zip
opie-65ba4e3610c94ba1de71a41dd6bf69662555e206.tar.gz
opie-65ba4e3610c94ba1de71a41dd6bf69662555e206.tar.bz2
* codecleanup
* adding some const * if you click on a "element" you will now really get the information * removed obsolete class
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
Oxygen();
QVBox *vbox;
private slots:
- void slotCalculations();
- void slotSettings();
- void slotData();
- void slotPSE();
- void close();
+ void slotCalculations() const;
+ void slotData() const;
+ void slotPSE() const;
+ void close() const;
};