summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/nowlistening/nowlisteningguiclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/nowlistening/nowlisteningguiclient.h')
-rw-r--r--kopete/plugins/nowlistening/nowlisteningguiclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/plugins/nowlistening/nowlisteningguiclient.h b/kopete/plugins/nowlistening/nowlisteningguiclient.h
index b12b0424..7ed37b7e 100644
--- a/kopete/plugins/nowlistening/nowlisteningguiclient.h
+++ b/kopete/plugins/nowlistening/nowlisteningguiclient.h
@@ -34,9 +34,10 @@ namespace Kopete {
class NowListeningGUIClient : public TQObject, public KXMLGUIClient
{
Q_OBJECT
+ TQ_OBJECT
public:
- NowListeningGUIClient( Kopete::ChatSession* parent, NowListeningPlugin* plugin );
+ NowListeningGUIClient( Kopete::ChatSession* tqparent, NowListeningPlugin* plugin );
virtual ~NowListeningGUIClient() {}
protected slots: