From 343f008ab9a6905ff6f9c953279e84cc581ea8b6 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 23 May 2002 18:57:58 +0000 Subject: removed silly functions that arent called --- (limited to 'noncore/settings/sound/soundsettingsbase.cpp') diff --git a/noncore/settings/sound/soundsettingsbase.cpp b/noncore/settings/sound/soundsettingsbase.cpp index f86db78..727d202 100644 --- a/noncore/settings/sound/soundsettingsbase.cpp +++ b/noncore/settings/sound/soundsettingsbase.cpp @@ -13,6 +13,7 @@ #include #include +#include #include #include #include @@ -84,6 +85,7 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m setName( "SoundSettingsBase" ); resize( 255, 301 ); setCaption( tr( "Vmemo Settings" ) ); + SoundSettingsBaseLayout = new QGridLayout( this ); SoundSettingsBaseLayout->setSpacing( 6 ); SoundSettingsBaseLayout->setMargin( 11 ); @@ -251,4 +253,3 @@ SoundSettingsBase::~SoundSettingsBase() { // no need to delete child widgets, Qt does it all for us } - -- cgit v0.9.0.2