summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/cryptography/cryptographyplugin.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
commit47c8a359c5276062c4bc17f0e82410f29081b502 (patch)
tree2d54a5f60a5b74067632f9ef6df58c2bc38155e6 /kopete/plugins/cryptography/cryptographyplugin.h
parent6f82532777a35e0e60bbd2b290b2e93e646f349b (diff)
downloadtdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.tar.gz
tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/plugins/cryptography/cryptographyplugin.h')
-rw-r--r--kopete/plugins/cryptography/cryptographyplugin.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kopete/plugins/cryptography/cryptographyplugin.h b/kopete/plugins/cryptography/cryptographyplugin.h
index 506617cc..f34bd175 100644
--- a/kopete/plugins/cryptography/cryptographyplugin.h
+++ b/kopete/plugins/cryptography/cryptographyplugin.h
@@ -50,12 +50,12 @@ public:
};
static CryptographyPlugin *plugin();
- static QCString cachedPass();
- static void setCachedPass(const QCString &pass);
+ static TQCString cachedPass();
+ static void setCachedPass(const TQCString &pass);
static bool passphraseHandling();
- static const QRegExp isHTML;
+ static const TQRegExp isHTML;
- CryptographyPlugin( QObject *parent, const char *name, const QStringList &args );
+ CryptographyPlugin( TQObject *parent, const char *name, const TQStringList &args );
~CryptographyPlugin();
public slots:
@@ -74,14 +74,14 @@ private slots:
private:
static CryptographyPlugin* pluginStatic_;
Kopete::SimpleMessageHandlerFactory *m_inboundHandler;
- QCString m_cachedPass;
- QTimer *m_cachedPass_timer;
+ TQCString m_cachedPass;
+ TQTimer *m_cachedPass_timer;
//cache messages for showing
- QMap<QString, QString> m_cachedMessages;
+ TQMap<TQString, TQString> m_cachedMessages;
//Settings
- QString mPrivateKeyID;
+ TQString mPrivateKeyID;
int mCacheMode;
unsigned int mCacheTime;
bool mAlsoMyKey;