diff options
Diffstat (limited to 'kopete/protocols/winpopup/wpaccount.h')
-rw-r--r-- | kopete/protocols/winpopup/wpaccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/winpopup/wpaccount.h b/kopete/protocols/winpopup/wpaccount.h index eb343541..19209a65 100644 --- a/kopete/protocols/winpopup/wpaccount.h +++ b/kopete/protocols/winpopup/wpaccount.h @@ -92,7 +92,7 @@ public slots: void setOnlineStatus( const Kopete::OnlineStatus &status , const TQString &reason = TQString()); protected: - virtual bool createContact(const TQString &contactId, Kopete::MetaContact *tqparentContact); + virtual bool createContact(const TQString &contactId, Kopete::MetaContact *parentContact); private slots: // void updateAccountId(); |