From 25fbcaaa768b83cf0518aced5a76479617959769 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 23 Jun 2002 18:41:55 +0000 Subject: reading correct config file --- (limited to 'noncore') 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 @@ -76,7 +76,9 @@ SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl ) } // else // stereoCheckBox->hide(); - int sRate=config.readNumEntry("SizeLimit", 30); + int sRate=cfg.readNumEntry("SizeLimit", 30); + qDebug("%d",sRate); + if(sRate ==30) timeLimitComboBox->setCurrentItem(0); else if(sRate==20) @@ -84,7 +86,6 @@ SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl ) else if(sRate == 15) timeLimitComboBox->setCurrentItem(2); else if(sRate == 10) - timeLimitComboBox->setCurrentItem(3); else timeLimitComboBox->setCurrentItem(4); -- cgit v0.9.0.2