summaryrefslogtreecommitdiffstats
path: root/wizards/groupwarewizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/groupwarewizard.cpp')
-rw-r--r--wizards/groupwarewizard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/groupwarewizard.cpp b/wizards/groupwarewizard.cpp
index 12d1f7fe..48ac3b5a 100644
--- a/wizards/groupwarewizard.cpp
+++ b/wizards/groupwarewizard.cpp
@@ -28,8 +28,8 @@
#include "groupwarewizard.h"
-GroupwareWizard::GroupwareWizard( TQWidget *tqparent, const char *name )
- : TQWidget( tqparent, name )
+GroupwareWizard::GroupwareWizard( TQWidget *parent, const char *name )
+ : TQWidget( parent, name )
{
setCaption( i18n( "KDE Groupware Wizard" ) );