summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-05-23 17:38:39 (UTC)
committer llornkcor <llornkcor>2002-05-23 17:38:39 (UTC)
commit6383d771c26498df45a89b353165d3ffcb1dd409 (patch) (unidiff)
tree9a5fa44b75fc5283aa0078cfa61612c336f2281a
parent486ad124967306e4a65a63f9d4bf60ea1ba38544 (diff)
downloadopie-6383d771c26498df45a89b353165d3ffcb1dd409.zip
opie-6383d771c26498df45a89b353165d3ffcb1dd409.tar.gz
opie-6383d771c26498df45a89b353165d3ffcb1dd409.tar.bz2
whoops- removed stuff that I added after I removed
Diffstat (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
@@ -81,3 +81,3 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
81 if ( !name ) 81 if ( !name )
82 setName( "SoundSettingsBase" ); 82 setName( "SoundSettingsBase" );
83 resize( 255, 301 ); 83 resize( 255, 301 );
@@ -229,9 +229,9 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
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 );
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
@@ -47,4 +47,4 @@ public:
47 QComboBox* LocationComboBox; 47 QComboBox* LocationComboBox;
48 QCheckBox* touchsound; 48/* QCheckBox* touchsound; */
49 QCheckBox* keysound; 49/* QCheckBox* keysound; */
50 50