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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/kopete/addaccountwizard/addaccountwizard.cpp b/kopete/kopete/addaccountwizard/addaccountwizard.cpp
index 1c42acf2..3a422759 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 *parent, const char *name, bool modal, bool firstRun )
+AddAccountWizard::AddAccountWizard( TQWidget *tqparent, const char *name, bool modal, bool firstRun )
:
- KWizard(parent, name, modal, WDestructiveClose),
+ KWizard(tqparent, name, modal, WDestructiveClose),
m_accountPage(0),
m_proto(0)
{
@@ -128,7 +128,7 @@ void AddAccountWizard::next()
if (!m_proto)
{
KMessageBox::queuedMessageBox(this, KMessageBox::Error,
- i18n("Cannot load the %1 protocol plugin.").arg(m_protocolItems[lvi]->name()),
+ i18n("Cannot load the %1 protocol plugin.").tqarg(m_protocolItems[lvi]->name()),
i18n("Error While Adding Account"));
return;
}