summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/irc/ircservercontact.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/irc/ircservercontact.h')
-rw-r--r--kopete/protocols/irc/ircservercontact.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/irc/ircservercontact.h b/kopete/protocols/irc/ircservercontact.h
index 4d9e378d..b715a65b 100644
--- a/kopete/protocols/irc/ircservercontact.h
+++ b/kopete/protocols/irc/ircservercontact.h
@@ -45,6 +45,7 @@ class IRCServerContact
: public IRCContact
{
Q_OBJECT
+ TQ_OBJECT
public:
// This class provides a Kopete::Contact for each server of a given IRC connection.
@@ -60,7 +61,7 @@ class IRCServerContact
virtual void slotSendMsg(Kopete::Message &message, Kopete::ChatSession *);
private slots:
- virtual void updateStatus();
+ virtual void updatetqStatus();
void slotViewCreated( KopeteView* );
void slotDumpMessages();