summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/liquidset.h
authorsandman <sandman>2002-07-15 00:52:50 (UTC)
committer sandman <sandman>2002-07-15 00:52:50 (UTC)
commitecf2a873be3274bb30be0c659b7db6ef8a43be84 (patch) (side-by-side diff)
tree5c80fb0863966fffd245f6ed44c6bf524c11842b /noncore/styles/liquid/liquidset.h
parent4feeec8b5b41cfd3d13274411f515524f687da09 (diff)
downloadopie-ecf2a873be3274bb30be0c659b7db6ef8a43be84.zip
opie-ecf2a873be3274bb30be0c659b7db6ef8a43be84.tar.gz
opie-ecf2a873be3274bb30be0c659b7db6ef8a43be84.tar.bz2
Added an option to make toolbar buttons flat
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
@@ -20,6 +20,7 @@ public slots:
void changeTextColor ( const QColor &col );
void changeShadow ( bool b );
void changeDeco ( bool b );
+ void changeFlat ( bool b );
virtual bool writeConfig ( );
@@ -29,6 +30,7 @@ private:
int m_type;
bool m_shadow;
bool m_deco;
+ bool m_flat;
QSlider * m_opacsld;
QSlider * m_contsld;