author | llornkcor <llornkcor> | 2002-05-23 17:38:39 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-05-23 17:38:39 (UTC) |
commit | 6383d771c26498df45a89b353165d3ffcb1dd409 (patch) (side-by-side diff) | |
tree | 9a5fa44b75fc5283aa0078cfa61612c336f2281a | |
parent | 486ad124967306e4a65a63f9d4bf60ea1ba38544 (diff) | |
download | opie-6383d771c26498df45a89b353165d3ffcb1dd409.zip opie-6383d771c26498df45a89b353165d3ffcb1dd409.tar.gz opie-6383d771c26498df45a89b353165d3ffcb1dd409.tar.bz2 |
whoops- removed stuff that I added after I removed
-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 @@ -80,5 +80,5 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m QPixmap image1( ( const char** ) image1_data ); if ( !name ) - setName( "SoundSettingsBase" ); + setName( "SoundSettingsBase" ); resize( 255, 301 ); setCaption( tr( "Sound Settings" ) ); @@ -228,11 +228,11 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m 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 @@ -46,6 +46,6 @@ public: QLabel* TextLabel1; QComboBox* LocationComboBox; - QCheckBox* touchsound; - QCheckBox* keysound; +/* QCheckBox* touchsound; */ +/* QCheckBox* keysound; */ protected: |