diff options
Diffstat (limited to 'kopete/protocols/yahoo/yahooaccount.h')
-rw-r--r-- | kopete/protocols/yahoo/yahooaccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/yahoo/yahooaccount.h b/kopete/protocols/yahoo/yahooaccount.h index 4269a6cd..5a093872 100644 --- a/kopete/protocols/yahoo/yahooaccount.h +++ b/kopete/protocols/yahoo/yahooaccount.h @@ -153,7 +153,7 @@ protected: /** * Adds our Yahoo contact to a metacontact */ - virtual bool createContact(const TQString &contactId, Kopete::MetaContact *tqparentContact); + virtual bool createContact(const TQString &contactId, Kopete::MetaContact *parentContact); virtual bool createChatContact( const TQString &nick ); |