summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/oxygen.h
authorcniehaus <cniehaus>2002-09-21 21:45:32 (UTC)
committer cniehaus <cniehaus>2002-09-21 21:45:32 (UTC)
commitf4a389bf66404f7c7474c4ef27491f5910da550b (patch) (side-by-side diff)
tree3371d43fb78359eb406797918eeabf85cb59d30a /noncore/apps/oxygen/oxygen.h
parent2e6dd40a0ba17ccf5503fa02bec810b0eeb82f8c (diff)
downloadopie-f4a389bf66404f7c7474c4ef27491f5910da550b.zip
opie-f4a389bf66404f7c7474c4ef27491f5910da550b.tar.gz
opie-f4a389bf66404f7c7474c4ef27491f5910da550b.tar.bz2
Now that I understand Harlekin I like his idea: Tabs
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
@@ -9,18 +9,10 @@
#include <qmainwindow.h>
-class QVBox;
-
class Oxygen : public QMainWindow
{
Q_OBJECT
public:
Oxygen();
- QVBox *vbox;
- private slots:
- void slotCalculations() const;
- void slotData() const;
- void slotPSE() const;
- void close() const;
};