From c54c3c07f612a7e039b015e8a2c4d8ec9ca5e9ff Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 30 Jun 2011 20:09:36 +0000 Subject: TQt4 port kopete-otr This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kopete-otr@1238882 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/otrguiclient.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/otrguiclient.h') 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 +#include #include //#include @@ -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(); -- cgit v1.2.1