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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/styles/liquid/liquidset.h b/noncore/styles/liquid/liquidset.h
index 7843513..bb1846c 100644
--- a/noncore/styles/liquid/liquidset.h
+++ b/noncore/styles/liquid/liquidset.h
@@ -17,21 +17,23 @@ 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 );
+ void changeFlat ( bool b );
virtual bool writeConfig ( );
private:
QColor m_menucol;
QColor m_textcol;
int m_type;
bool m_shadow;
bool m_deco;
+ bool m_flat;
QSlider * m_opacsld;
QSlider * m_contsld;
QLabel * m_menulbl;
QLabel * m_textlbl;
QLabel * m_opaclbl;