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/otrplugin.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/otrplugin.h') diff --git a/src/otrplugin.h b/src/otrplugin.h index 2ce051d..ba9d97e 100644 --- a/src/otrplugin.h +++ b/src/otrplugin.h @@ -68,16 +68,17 @@ public: class OTRPlugin : public Kopete::Plugin { Q_OBJECT + TQ_OBJECT public: static OTRPlugin *plugin(); - OTRPlugin( QObject *parent, const char *name, const QStringList &args ); + OTRPlugin( TQObject *tqparent, const char *name, const TQStringList &args ); ~OTRPlugin(); void emitGoneSecure( Kopete::ChatSession *session, int status ); - QMap getMessageCache(); + TQMap getMessageCache(); public slots: @@ -96,7 +97,7 @@ private: static OTRPlugin* pluginStatic_; OtrMessageHandlerFactory *m_inboundHandler; OtrlChatInterface *otrlChatInterface; - QMap messageCache; + TQMap messageCache; KSelectAction* otrPolicyMenu; /* KActionMenu *otrPolicyMenuBar; -- cgit v1.2.1