summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettings.cpp
Side-by-side diff
Diffstat (limited to 'noncore/settings/sound/soundsettings.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettings.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/settings/sound/soundsettings.cpp b/noncore/settings/sound/soundsettings.cpp
index 759a469..5cb59c5 100644
--- a/noncore/settings/sound/soundsettings.cpp
+++ b/noncore/settings/sound/soundsettings.cpp
@@ -104,2 +104,3 @@ SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl )
connect(qApp, SIGNAL( micChanged(bool) ), this, SLOT ( micChanged(bool) ) );
+
connect( LocationComboBox,SIGNAL(activated(const QString &)),this,SLOT( setLocation(const QString &)));
@@ -258,2 +259,8 @@ void SoundSettings::setKeyButton(const QString &name) {
keyReset = TRUE;
+ if(keyComboBox->currentItem() == 1)
+ cfg.writeEntry( "hideIcon", 0 );
+ else
+ cfg.writeEntry( "hideIcon", 1);
+
+
cfg.write();