summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/psewidget.h
authorcniehaus <cniehaus>2002-09-19 17:45:45 (UTC)
committer cniehaus <cniehaus>2002-09-19 17:45:45 (UTC)
commitf034f7d2269058ca43c2eb8af8bb8e793e1b1850 (patch) (unidiff)
treea427e8bc2d86cc6df19df9f40876070b8945dbc6 /noncore/apps/oxygen/psewidget.h
parent5c9f3605d3598eb8d5e472f2834c98a9ec8e02d8 (diff)
downloadopie-f034f7d2269058ca43c2eb8af8bb8e793e1b1850.zip
opie-f034f7d2269058ca43c2eb8af8bb8e793e1b1850.tar.gz
opie-f034f7d2269058ca43c2eb8af8bb8e793e1b1850.tar.bz2
make sure I safe this. Imagine a headcrash ;)
Diffstat (limited to 'noncore/apps/oxygen/psewidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/psewidget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/psewidget.h b/noncore/apps/oxygen/psewidget.h
index 9f574ce..3ea58e3 100644
--- a/noncore/apps/oxygen/psewidget.h
+++ b/noncore/apps/oxygen/psewidget.h
@@ -62,4 +62,6 @@ class Element
62}; 62};
63 63
64class QGridLayout;
65
64class PSEWidget : public QWidget 66class PSEWidget : public QWidget
65{ 67{
@@ -68,7 +70,10 @@ class PSEWidget : public QWidget
68 public: 70 public:
69 PSEWidget(); 71 PSEWidget();
72 QGridLayout *bottom_grid;
70 73
71 private: 74 private:
72 QGridLayout *maingrid; 75 QGridLayout *maingrid;
76
77 void position( int, int&, int& );
73 78
74}; 79};