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/otrplugin.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/otrplugin.h')
-rw-r--r-- | src/otrplugin.h | 7 |
1 files changed, 4 insertions, 3 deletions
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<QString, QString> getMessageCache(); + TQMap<TQString, TQString> getMessageCache(); public slots: @@ -96,7 +97,7 @@ private: static OTRPlugin* pluginStatic_; OtrMessageHandlerFactory *m_inboundHandler; OtrlChatInterface *otrlChatInterface; - QMap<QString, QString> messageCache; + TQMap<TQString, TQString> messageCache; KSelectAction* otrPolicyMenu; /* KActionMenu *otrPolicyMenuBar; |