-rw-r--r-- | noncore/settings/sound/soundsettingsbase.cpp | 14 | ||||
-rw-r--r-- | noncore/settings/sound/soundsettingsbase.h | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/noncore/settings/sound/soundsettingsbase.cpp b/noncore/settings/sound/soundsettingsbase.cpp index 563b438..7c2123a 100644 --- a/noncore/settings/sound/soundsettingsbase.cpp +++ b/noncore/settings/sound/soundsettingsbase.cpp | |||
@@ -79,7 +79,7 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m | |||
79 | QPixmap image0( ( const char** ) image0_data ); | 79 | QPixmap image0( ( const char** ) image0_data ); |
80 | QPixmap image1( ( const char** ) image1_data ); | 80 | QPixmap image1( ( const char** ) image1_data ); |
81 | if ( !name ) | 81 | if ( !name ) |
82 | setName( "SoundSettingsBase" ); | 82 | setName( "SoundSettingsBase" ); |
83 | resize( 255, 301 ); | 83 | resize( 255, 301 ); |
84 | setCaption( tr( "Sound Settings" ) ); | 84 | setCaption( tr( "Sound Settings" ) ); |
85 | SoundSettingsBaseLayout = new QGridLayout( this ); | 85 | SoundSettingsBaseLayout = new QGridLayout( this ); |
@@ -227,13 +227,13 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m | |||
227 | Layout11->addWidget( LocationComboBox ); | 227 | Layout11->addWidget( LocationComboBox ); |
228 | Layout12_2->addWidget( GroupBox1 ); | 228 | Layout12_2->addWidget( GroupBox1 ); |
229 | 229 | ||
230 | touchsound = new QCheckBox( this, "touchsound" ); | 230 | // touchsound = new QCheckBox( this, "touchsound" ); |
231 | touchsound->setText( tr( "Screen sounds" ) ); | 231 | // touchsound->setText( tr( "Screen sounds" ) ); |
232 | Layout12_2->addWidget( touchsound ); | 232 | // Layout12_2->addWidget( touchsound ); |
233 | 233 | ||
234 | keysound = new QCheckBox( this, "keysound" ); | 234 | // keysound = new QCheckBox( this, "keysound" ); |
235 | keysound->setText( tr( "Keyboard sounds" ) ); | 235 | // keysound->setText( tr( "Keyboard sounds" ) ); |
236 | Layout12_2->addWidget( keysound ); | 236 | // Layout12_2->addWidget( keysound ); |
237 | QSpacerItem* spacer_9 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); | 237 | QSpacerItem* spacer_9 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); |
238 | Layout12_2->addItem( spacer_9 ); | 238 | Layout12_2->addItem( spacer_9 ); |
239 | 239 | ||
diff --git a/noncore/settings/sound/soundsettingsbase.h b/noncore/settings/sound/soundsettingsbase.h index 66ba34a..e65c813 100644 --- a/noncore/settings/sound/soundsettingsbase.h +++ b/noncore/settings/sound/soundsettingsbase.h | |||
@@ -45,8 +45,8 @@ public: | |||
45 | QCheckBox* AlertCheckBox; | 45 | QCheckBox* AlertCheckBox; |
46 | QLabel* TextLabel1; | 46 | QLabel* TextLabel1; |
47 | QComboBox* LocationComboBox; | 47 | QComboBox* LocationComboBox; |
48 | QCheckBox* touchsound; | 48 | /* QCheckBox* touchsound; */ |
49 | QCheckBox* keysound; | 49 | /* QCheckBox* keysound; */ |
50 | 50 | ||
51 | protected: | 51 | protected: |
52 | QGridLayout* SoundSettingsBaseLayout; | 52 | QGridLayout* SoundSettingsBaseLayout; |