summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/gadu/gaduaccount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/gadu/gaduaccount.cpp')
-rw-r--r--kopete/protocols/gadu/gaduaccount.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/gadu/gaduaccount.cpp b/kopete/protocols/gadu/gaduaccount.cpp
index 985111a4..767c7b1a 100644
--- a/kopete/protocols/gadu/gaduaccount.cpp
+++ b/kopete/protocols/gadu/gaduaccount.cpp
@@ -375,12 +375,12 @@ GaduAccount::userlistChanged()
}
bool
-GaduAccount::createContact( const TQString& contactId, Kopete::MetaContact* tqparentContact )
+GaduAccount::createContact( const TQString& contactId, Kopete::MetaContact* parentContact )
{
kdDebug(14100) << "createContact " << contactId << endl;
uin_t uinNumber = contactId.toUInt();
- GaduContact* newContact = new GaduContact( uinNumber, tqparentContact->displayName(),this, tqparentContact );
+ GaduContact* newContact = new GaduContact( uinNumber, parentContact->displayName(),this, parentContact );
newContact->setParentIdentity( accountId() );
addNotify( uinNumber );