summaryrefslogtreecommitdiff
path: root/noncore
authorllornkcor <llornkcor>2002-06-23 18:41:55 (UTC)
committer llornkcor <llornkcor>2002-06-23 18:41:55 (UTC)
commit25fbcaaa768b83cf0518aced5a76479617959769 (patch) (side-by-side diff)
tree2071a23f30f600bacd0398c84a6fb81dff34ce8d /noncore
parent2e8b8787a154d9c783b752edb577b42b6e29fd6b (diff)
downloadopie-25fbcaaa768b83cf0518aced5a76479617959769.zip
opie-25fbcaaa768b83cf0518aced5a76479617959769.tar.gz
opie-25fbcaaa768b83cf0518aced5a76479617959769.tar.bz2
reading correct config file
Diffstat (limited to 'noncore') (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 )
// stereoCheckBox->hide();
- int sRate=config.readNumEntry("SizeLimit", 30);
+ int sRate=cfg.readNumEntry("SizeLimit", 30);
+ qDebug("%d",sRate);
+
if(sRate ==30)
@@ -86,3 +88,2 @@ SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl )
else if(sRate == 10)
-
timeLimitComboBox->setCurrentItem(3);