diff options
Diffstat (limited to 'kopete/plugins/cryptography/cryptographyplugin.h')
-rw-r--r-- | kopete/plugins/cryptography/cryptographyplugin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/plugins/cryptography/cryptographyplugin.h b/kopete/plugins/cryptography/cryptographyplugin.h index ad96767e..05d0ecfa 100644 --- a/kopete/plugins/cryptography/cryptographyplugin.h +++ b/kopete/plugins/cryptography/cryptographyplugin.h @@ -51,8 +51,8 @@ public: }; static CryptographyPlugin *plugin(); - static TQCString cachedPass(); - static void setCachedPass(const TQCString &pass); + static TQString cachedPass(); + static void setCachedPass(const TQString &pass); static bool passphraseHandling(); static const TQRegExp isHTML; @@ -75,7 +75,7 @@ private slots: private: static CryptographyPlugin* pluginStatic_; Kopete::SimpleMessageHandlerFactory *m_inboundHandler; - TQCString m_cachedPass; + TQString m_cachedPass; TQTimer *m_cachedPass_timer; //cache messages for showing |