summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/psewidget.h
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/psewidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/psewidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/psewidget.h b/noncore/apps/oxygen/psewidget.h
index 3ea58e3..2a1e85c 100644
--- a/noncore/apps/oxygen/psewidget.h
+++ b/noncore/apps/oxygen/psewidget.h
@@ -73,9 +73,12 @@ class PSEWidget : public QWidget
73 73
74 private: 74 private:
75 QGridLayout *maingrid; 75 QGridLayout *maingrid;
76 76
77 void position( int, int&, int& ); 77 void position( int, int&, int& );
78 78
79 public slots:
80 void slotShowElement();
81
79}; 82};
80 83
81#endif 84#endif