summaryrefslogtreecommitdiffstats
path: root/src/otrguiclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/otrguiclient.h')
-rw-r--r--src/otrguiclient.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/otrguiclient.h b/src/otrguiclient.h
index 3776195..cbca74b 100644
--- a/src/otrguiclient.h
+++ b/src/otrguiclient.h
@@ -22,7 +22,7 @@
#ifndef OTRGUICLIENT_H
#define OTRGUICLIENT_H
-#include <qobject.h>
+#include <tqobject.h>
#include <kxmlguiclient.h>
//#include <kio/job.h>
@@ -47,13 +47,14 @@ namespace Kopete { class ChatSession; }
-class OtrGUIClient : public QObject , public KXMLGUIClient
+class OtrGUIClient : public TQObject , public KXMLGUIClient
{
Q_OBJECT
+ TQ_OBJECT
public:
- OtrGUIClient( Kopete::ChatSession *parent, const char *name=0L );
+ OtrGUIClient( Kopete::ChatSession *tqparent, const char *name=0L );
~OtrGUIClient();