summaryrefslogtreecommitdiffstats
path: root/src/otrlconfinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/otrlconfinterface.h')
-rw-r--r--src/otrlconfinterface.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/otrlconfinterface.h b/src/otrlconfinterface.h
index bb89b3c..5cfe244 100644
--- a/src/otrlconfinterface.h
+++ b/src/otrlconfinterface.h
@@ -25,10 +25,10 @@
* @author Michael Zanetti
*/
-#include <qstring.h>
-#include <qptrlist.h>
-#include <qvaluelist.h>
-#include <qthread.h>
+#include <tqstring.h>
+#include <tqptrlist.h>
+#include <tqvaluelist.h>
+#include <tqthread.h>
#include <kopetechatsession.h>
@@ -45,22 +45,22 @@ class OtrlConfInterface
public:
~OtrlConfInterface();
- OtrlConfInterface( QWidget *preferencesDialog );
+ OtrlConfInterface( TQWidget *preferencesDialog );
- QString getPrivFingerprint( QString accountId, QString protocol );
- void generateNewPrivKey( QString accountId, QString protocol );
- QValueList<QString[5]> readAllFingerprints();
- bool hasPrivFingerprint( QString accountId, QString protocol);
- void forgetFingerprint( QString strFingerprint );
- void verifyFingerprint( QString strFingerprint, bool trust );
- bool isVerified( QString strFingerprint );
- bool isEncrypted( QString strFingerprint );
+ TQString getPrivFingerprint( TQString accountId, TQString protocol );
+ void generateNewPrivKey( TQString accountId, TQString protocol );
+ TQValueList<TQString[5]> readAllFingerprints();
+ bool hasPrivFingerprint( TQString accountId, TQString protocol);
+ void forgetFingerprint( TQString strFingerprint );
+ void verifyFingerprint( TQString strFingerprint, bool trust );
+ bool isVerified( TQString strFingerprint );
+ bool isEncrypted( TQString strFingerprint );
private:
OtrlUserState userstate;
- QWidget *preferencesDialog;
+ TQWidget *preferencesDialog;
- Fingerprint *findFingerprint( QString strFingerprint );
+ Fingerprint *findFingerprint( TQString strFingerprint );
};
#endif