summaryrefslogtreecommitdiff
path: root/noncore/styles
Side-by-side diff
Diffstat (limited to 'noncore/styles') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/liquid/liquidset.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/styles/liquid/liquidset.cpp b/noncore/styles/liquid/liquidset.cpp
index 7747da7..a7cfccc 100644
--- a/noncore/styles/liquid/liquidset.cpp
+++ b/noncore/styles/liquid/liquidset.cpp
@@ -120,9 +120,9 @@ LiquidSettings::LiquidSettings ( QWidget* parent, const char *name, WFlags fl )
changeType ( m_type );
- connect ( cb, SIGNAL( highlighted ( int ) ), this, SLOT( changeType ( int ) ) );
- connect ( shadow, SIGNAL( toggled ( bool ) ), this, SLOT( changeShadow ( bool ) ) );
- connect ( flattb, SIGNAL( toggled ( bool ) ), this, SLOT( changeFlat ( bool ) ) );
+ connect ( cb, SIGNAL( highlighted(int) ), this, SLOT( changeType(int) ) );
+ connect ( shadow, SIGNAL( toggled(bool) ), this, SLOT( changeShadow(bool) ) );
+ connect ( flattb, SIGNAL( toggled(bool) ), this, SLOT( changeFlat(bool) ) );
}
void LiquidSettings::changeType ( int t )