summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/irc/ircguiclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/irc/ircguiclient.h')
-rw-r--r--kopete/protocols/irc/ircguiclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/irc/ircguiclient.h b/kopete/protocols/irc/ircguiclient.h
index fed65dd4..10d691ad 100644
--- a/kopete/protocols/irc/ircguiclient.h
+++ b/kopete/protocols/irc/ircguiclient.h
@@ -28,8 +28,9 @@ class IRCContact;
class IRCGUIClient : public TQObject , public KXMLGUIClient
{
Q_OBJECT
+ TQ_OBJECT
public:
- IRCGUIClient( Kopete::ChatSession *parent = 0 );
+ IRCGUIClient( Kopete::ChatSession *tqparent = 0 );
~IRCGUIClient();
private slots: