diff options
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; |