summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.cpp12
-rw-r--r--noncore/settings/sound/soundsettingsbase.h4
2 files changed, 8 insertions, 8 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
@@ -224,19 +224,19 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
Layout11->addWidget( TextLabel1 );
LocationComboBox = new QComboBox( FALSE, privateLayoutWidget, "LocationComboBox" );
Layout11->addWidget( LocationComboBox );
Layout12_2->addWidget( GroupBox1 );
- touchsound = new QCheckBox( this, "touchsound" );
- touchsound->setText( tr( "Screen sounds" ) );
- Layout12_2->addWidget( touchsound );
+// touchsound = new QCheckBox( this, "touchsound" );
+// touchsound->setText( tr( "Screen sounds" ) );
+// Layout12_2->addWidget( touchsound );
- keysound = new QCheckBox( this, "keysound" );
- keysound->setText( tr( "Keyboard sounds" ) );
- Layout12_2->addWidget( keysound );
+// keysound = new QCheckBox( this, "keysound" );
+// keysound->setText( tr( "Keyboard sounds" ) );
+// Layout12_2->addWidget( keysound );
QSpacerItem* spacer_9 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
Layout12_2->addItem( spacer_9 );
SoundSettingsBaseLayout->addLayout( Layout12_2, 0, 1 );
}
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
@@ -42,14 +42,14 @@ public:
QComboBox* sampleRate;
QCheckBox* stereoCheckBox;
QCheckBox* sixteenBitCheckBox;
QCheckBox* AlertCheckBox;
QLabel* TextLabel1;
QComboBox* LocationComboBox;
- QCheckBox* touchsound;
- QCheckBox* keysound;
+/* QCheckBox* touchsound; */
+/* QCheckBox* keysound; */
protected:
QGridLayout* SoundSettingsBaseLayout;
QVBoxLayout* GroupBox3Layout;
QVBoxLayout* Layout10;
QHBoxLayout* Layout16;