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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/psewidget.h b/noncore/apps/oxygen/psewidget.h
index d8d2c5f..cfb629d 100644
--- a/noncore/apps/oxygen/psewidget.h
+++ b/noncore/apps/oxygen/psewidget.h
@@ -31,21 +31,21 @@ class PSEWidget : public QWidget
31 31
32 public: 32 public:
33 PSEWidget(); 33 PSEWidget();
34 QGridLayout *bottom_grid; 34 QGridLayout *bottom_grid;
35 OxydataWidget *oxyDW; 35 OxydataWidget *oxyDW;
36 36
37 void inverseColor( QString );
38 QList<OxyFrame> PSEframe; 37 QList<OxyFrame> PSEframe;
39 38
40 private: 39 private:
41 QGridLayout *maingrid; 40 QGridLayout *maingrid;
42 41
43 void position( int, int&, int& ); 42 void position( int, int&, int& );
44 QColor PSEColor( QString ); 43 QColor PSEColor( QString );
45 44
46 public slots: 45 public slots:
47 void slotShowElement(QString); 46 void slotShowElement(QString);
47 void inverseColor( QString );
48 48
49}; 49};
50 50
51#endif 51#endif