summaryrefslogtreecommitdiffstats
path: root/wizards/groupwarewizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/groupwarewizard.cpp')
-rw-r--r--wizards/groupwarewizard.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/groupwarewizard.cpp b/wizards/groupwarewizard.cpp
index ef8a2b51..592ffa75 100644
--- a/wizards/groupwarewizard.cpp
+++ b/wizards/groupwarewizard.cpp
@@ -20,7 +20,7 @@
*/
#include <tqapplication.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <klocale.h>
@@ -33,11 +33,11 @@ GroupwareWizard::GroupwareWizard( TQWidget *parent, const char *name )
{
setCaption( i18n( "KDE Groupware Wizard" ) );
- TQVBoxLayout *tqlayout = new TQVBoxLayout( this );
+ TQVBoxLayout *layout = new TQVBoxLayout( this );
mOverViewPage = new OverViewPage( this );
- tqlayout->addWidget( mOverViewPage );
+ layout->addWidget( mOverViewPage );
connect( mOverViewPage, TQT_SIGNAL( cancel() ),
tqApp, TQT_SLOT( quit() ) );