summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/liquidset.h
Side-by-side diff
Diffstat (limited to 'noncore/styles/liquid/liquidset.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/styles/liquid/liquidset.h10
1 files changed, 3 insertions, 7 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
@@ -7,3 +7,3 @@
class QLabel;
-class QToolButton;
+class OColorButton;
class QSlider;
@@ -18,4 +18,2 @@ public slots:
void changeType ( int t );
- void changeMenuColor ( const QColor &col );
- void changeTextColor ( const QColor &col );
void changeShadow ( bool b );
@@ -27,4 +25,2 @@ public slots:
private:
- QColor m_menucol;
- QColor m_textcol;
int m_type;
@@ -39,4 +35,4 @@ private:
QLabel * m_opaclbl;
- QToolButton *m_menubtn;
- QToolButton *m_textbtn;
+ OColorButton *m_menubtn;
+ OColorButton *m_textbtn;
};