diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 20:09:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 20:09:36 +0000 |
commit | c54c3c07f612a7e039b015e8a2c4d8ec9ca5e9ff (patch) | |
tree | 9252de70e029efb2850bd6ac7508e058651d07eb /src/otrguiclient.h | |
parent | c99e1ecc99f459c847136f51b98d905fcb11dd26 (diff) | |
download | kopete-otr-c54c3c07f612a7e039b015e8a2c4d8ec9ca5e9ff.tar.gz kopete-otr-c54c3c07f612a7e039b015e8a2c4d8ec9ca5e9ff.zip |
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
Diffstat (limited to 'src/otrguiclient.h')
-rw-r--r-- | src/otrguiclient.h | 7 |
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(); |