summaryrefslogtreecommitdiff
path: root/noncore/settings/sound
authorllornkcor <llornkcor>2002-05-23 17:38:39 (UTC)
committer llornkcor <llornkcor>2002-05-23 17:38:39 (UTC)
commit6383d771c26498df45a89b353165d3ffcb1dd409 (patch) (side-by-side diff)
tree9a5fa44b75fc5283aa0078cfa61612c336f2281a /noncore/settings/sound
parent486ad124967306e4a65a63f9d4bf60ea1ba38544 (diff)
downloadopie-6383d771c26498df45a89b353165d3ffcb1dd409.zip
opie-6383d771c26498df45a89b353165d3ffcb1dd409.tar.gz
opie-6383d771c26498df45a89b353165d3ffcb1dd409.tar.bz2
whoops- removed stuff that I added after I removed
Diffstat (limited to 'noncore/settings/sound') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.cpp14
-rw-r--r--noncore/settings/sound/soundsettingsbase.h4
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
QPixmap image0( ( const char** ) image0_data );
QPixmap image1( ( const char** ) image1_data );
if ( !name )
- setName( "SoundSettingsBase" );
+ setName( "SoundSettingsBase" );
resize( 255, 301 );
setCaption( tr( "Sound Settings" ) );
SoundSettingsBaseLayout = new QGridLayout( this );
@@ -227,13 +227,13 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
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 );
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:
QCheckBox* AlertCheckBox;
QLabel* TextLabel1;
QComboBox* LocationComboBox;
- QCheckBox* touchsound;
- QCheckBox* keysound;
+/* QCheckBox* touchsound; */
+/* QCheckBox* keysound; */
protected:
QGridLayout* SoundSettingsBaseLayout;