summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/psewidget.h
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/psewidget.h') (more/less context) (show 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,16 +61,21 @@ class Element
61 ar; // atomic radius 61 ar; // atomic radius
62}; 62};
63 63
64class QGridLayout;
65
64class PSEWidget : public QWidget 66class PSEWidget : public QWidget
65{ 67{
66 Q_OBJECT 68 Q_OBJECT
67 69
68 public: 70 public:
69 PSEWidget(); 71 PSEWidget();
72 QGridLayout *bottom_grid;
70 73
71 private: 74 private:
72 QGridLayout *maingrid; 75 QGridLayout *maingrid;
73 76
77 void position( int, int&, int& );
78
74}; 79};
75 80
76#endif 81#endif