summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/liquidset.h
Side-by-side diff
Diffstat (limited to 'noncore/styles/liquid/liquidset.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/liquid/liquidset.h20
1 files changed, 8 insertions, 12 deletions
diff --git a/noncore/styles/liquid/liquidset.h b/noncore/styles/liquid/liquidset.h
index bb1846c..8a03447 100644
--- a/noncore/styles/liquid/liquidset.h
+++ b/noncore/styles/liquid/liquidset.h
@@ -6,5 +6,5 @@
class QLabel;
-class QToolButton;
+class OColorButton;
class QSlider;
@@ -17,6 +17,4 @@ public:
public slots:
void changeType ( int t );
- void changeMenuColor ( const QColor &col );
- void changeTextColor ( const QColor &col );
void changeShadow ( bool b );
void changeDeco ( bool b );
@@ -26,6 +24,4 @@ public slots:
private:
- QColor m_menucol;
- QColor m_textcol;
int m_type;
bool m_shadow;
@@ -33,11 +29,11 @@ private:
bool m_flat;
- QSlider * m_opacsld;
- QSlider * m_contsld;
- QLabel * m_menulbl;
- QLabel * m_textlbl;
- QLabel * m_opaclbl;
- QToolButton *m_menubtn;
- QToolButton *m_textbtn;
+ QSlider * m_opacsld;
+ QSlider * m_contsld;
+ QLabel * m_menulbl;
+ QLabel * m_textlbl;
+ QLabel * m_opaclbl;
+ OColorButton *m_menubtn;
+ OColorButton *m_textbtn;
};
#endif