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) (side-by-side diff)
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
@@ -61,15 +61,20 @@ class Element
ar; // atomic radius
};
+class QGridLayout;
+
class PSEWidget : public QWidget
{
Q_OBJECT
public:
PSEWidget();
+ QGridLayout *bottom_grid;
private:
QGridLayout *maingrid;
+
+ void position( int, int&, int& );
};