diff options
Diffstat (limited to 'kopete/protocols/meanwhile/meanwhilecontact.cpp')
-rw-r--r-- | kopete/protocols/meanwhile/meanwhilecontact.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kopete/protocols/meanwhile/meanwhilecontact.cpp b/kopete/protocols/meanwhile/meanwhilecontact.cpp index c6505493..de18d58b 100644 --- a/kopete/protocols/meanwhile/meanwhilecontact.cpp +++ b/kopete/protocols/meanwhile/meanwhilecontact.cpp @@ -76,14 +76,14 @@ Kopete::ChatSession* MeanwhileContact::manager(CanCreateFlags canCreate) create(account()->myself(), contacts, protocol()); connect(m_msgManager, - TQT_SIGNAL(messageSent(Kopete::Message&, Kopete::ChatSession*)), - this, TQT_SLOT(sendMessage(Kopete::Message&))); + TQ_SIGNAL(messageSent(Kopete::Message&, Kopete::ChatSession*)), + this, TQ_SLOT(sendMessage(Kopete::Message&))); - connect(m_msgManager, TQT_SIGNAL(myselfTyping(bool)), - this, TQT_SLOT(slotSendTyping(bool))); + connect(m_msgManager, TQ_SIGNAL(myselfTyping(bool)), + this, TQ_SLOT(slotSendTyping(bool))); - connect(m_msgManager, TQT_SIGNAL(destroyed()), - this, TQT_SLOT(slotChatSessionDestroyed())); + connect(m_msgManager, TQ_SIGNAL(destroyed()), + this, TQ_SLOT(slotChatSessionDestroyed())); return m_msgManager; } |