diff options
Diffstat (limited to 'kopete/protocols/jabber/jabbergroupchatmanager.h')
-rw-r--r-- | kopete/protocols/jabber/jabbergroupchatmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/jabbergroupchatmanager.h b/kopete/protocols/jabber/jabbergroupchatmanager.h index 96c689d0..98fda47a 100644 --- a/kopete/protocols/jabber/jabbergroupchatmanager.h +++ b/kopete/protocols/jabber/jabbergroupchatmanager.h @@ -61,7 +61,7 @@ public: * reimplemented from Kopete::ChatSession * called when a contact is droped in the window */ - virtual void inviteContact(const QString &contactId); + virtual void inviteContact(const TQString &contactId); private slots: void slotMessageSent ( Kopete::Message &message, Kopete::ChatSession *kmm ); |