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