summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/addaccountwizard/addaccountwizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/addaccountwizard/addaccountwizard.cpp')
-rw-r--r--kopete/kopete/addaccountwizard/addaccountwizard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/addaccountwizard/addaccountwizard.cpp b/kopete/kopete/addaccountwizard/addaccountwizard.cpp
index 3a422759..68c9679e 100644
--- a/kopete/kopete/addaccountwizard/addaccountwizard.cpp
+++ b/kopete/kopete/addaccountwizard/addaccountwizard.cpp
@@ -37,9 +37,9 @@
#include "kopeteprotocol.h"
#include "kopetepluginmanager.h"
-AddAccountWizard::AddAccountWizard( TQWidget *tqparent, const char *name, bool modal, bool firstRun )
+AddAccountWizard::AddAccountWizard( TQWidget *parent, const char *name, bool modal, bool firstRun )
:
- KWizard(tqparent, name, modal, WDestructiveClose),
+ KWizard(parent, name, modal, WDestructiveClose),
m_accountPage(0),
m_proto(0)
{