summaryrefslogtreecommitdiffstats
path: root/kbiff/kbiffcrypt.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-02 19:34:37 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-02 19:34:37 +0200
commit979e7a713aabb63ffbe53b6a42a90e87bf4d1969 (patch)
treed81fe703502efa28fdcb3a10a9310af33ddf581b /kbiff/kbiffcrypt.h
parent9be78eabfff24f317148c216f609e4d4778e3d58 (diff)
downloadkbiff-979e7a713aabb63ffbe53b6a42a90e87bf4d1969.tar.gz
kbiff-979e7a713aabb63ffbe53b6a42a90e87bf4d1969.zip
Initial TQt conversion
Diffstat (limited to 'kbiff/kbiffcrypt.h')
-rw-r--r--kbiff/kbiffcrypt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kbiff/kbiffcrypt.h b/kbiff/kbiffcrypt.h
index 137817e..1f5bb27 100644
--- a/kbiff/kbiffcrypt.h
+++ b/kbiff/kbiffcrypt.h
@@ -8,13 +8,13 @@
#ifndef KBIFFCRYPT_H
#define KBIFFCRYPT_H
-#include <qstring.h>
+#include <ntqstring.h>
/**
* @brief Useful cryptographic functions for secure authentication
*
- * Until QCA
- * (<a href='http://delta.affinix.com/qca/'>Qt Cryptographic Architecture</a>)
+ * Until TQCA
+ * (<a href='http://delta.affinix.com/qca/'>TQt Cryptographic Architecture</a>)
* becomes more widely available,
* this will be the place for our custom-written, cryptography functions.
* These are mostly needed to implement various forms of secure authentication
@@ -43,7 +43,7 @@ namespace KBiffCrypt
* @param key the key used when calculating the HMAC
* @return the HMAC-MD5 value as a string of lower-case, hexadecimal digits
*/
- QString hmac_md5(const QString& text, const QString& key);
+ TQString hmac_md5(const TQString& text, const TQString& key);
}
#endif // KBIFFCRYPT_H