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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/nowlistening/nowlisteningguiclient.h b/kopete/plugins/nowlistening/nowlisteningguiclient.h
index 9f89d351..b12b0424 100644
--- a/kopete/plugins/nowlistening/nowlisteningguiclient.h
+++ b/kopete/plugins/nowlistening/nowlisteningguiclient.h
@@ -21,7 +21,7 @@
#ifndef NOWLISTENINGGUICLIENT_H
#define NOWLISTENINGGUICLIENT_H
-#include <qobject.h>
+#include <tqobject.h>
#include <kxmlguiclient.h>
class KAction;
@@ -31,7 +31,7 @@ namespace Kopete {
class ChatSession;
}
-class NowListeningGUIClient : public QObject, public KXMLGUIClient
+class NowListeningGUIClient : public TQObject, public KXMLGUIClient
{
Q_OBJECT