summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/psewidget.h
Side-by-side diff
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
@@ -63,2 +63,4 @@ class Element
+class QGridLayout;
+
class PSEWidget : public QWidget
@@ -69,2 +71,3 @@ class PSEWidget : public QWidget
PSEWidget();
+ QGridLayout *bottom_grid;
@@ -73,2 +76,4 @@ class PSEWidget : public QWidget
+ void position( int, int&, int& );
+
};