summaryrefslogtreecommitdiff
path: root/noncore/settings
Unidiff
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettings.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/settings/sound/soundsettings.cpp b/noncore/settings/sound/soundsettings.cpp
index 3ceaf0c..759a469 100644
--- a/noncore/settings/sound/soundsettings.cpp
+++ b/noncore/settings/sound/soundsettings.cpp
@@ -78,3 +78,5 @@ SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl )
78// stereoCheckBox->hide(); 78// stereoCheckBox->hide();
79 int sRate=config.readNumEntry("SizeLimit", 30); 79 int sRate=cfg.readNumEntry("SizeLimit", 30);
80 qDebug("%d",sRate);
81
80 if(sRate ==30) 82 if(sRate ==30)
@@ -86,3 +88,2 @@ SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl )
86 else if(sRate == 10) 88 else if(sRate == 10)
87
88 timeLimitComboBox->setCurrentItem(3); 89 timeLimitComboBox->setCurrentItem(3);