summaryrefslogtreecommitdiffstats
path: root/kshowmail/kcmconfigs/encryption.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:59:03 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:59:03 -0500
commit9c02dbb59ce57c68dc177d9294b980bf114a3e11 (patch)
treeb1b40423c9be9a42a97cd0e8f3af3139aefb6fa0 /kshowmail/kcmconfigs/encryption.h
parent0b875800e452c97b1a3f25aba5f029a8c33a4b93 (diff)
downloadkshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.tar.gz
kshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.zip
Update to TDE R14 API
Diffstat (limited to 'kshowmail/kcmconfigs/encryption.h')
-rw-r--r--kshowmail/kcmconfigs/encryption.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kshowmail/kcmconfigs/encryption.h b/kshowmail/kcmconfigs/encryption.h
index 376cc26..4c68b4f 100644
--- a/kshowmail/kcmconfigs/encryption.h
+++ b/kshowmail/kcmconfigs/encryption.h
@@ -10,8 +10,8 @@
//
//
-//Qt headers
-#include <qstring.h>
+//TQt headers
+#include <ntqstring.h>
//KDE headers
#include <kurl.h>
@@ -35,12 +35,12 @@ namespace Encryption
* @param url the url with password, host and user name
* @return encrypted password
*/
- const QString crypt( const KURL& url );
+ const TQString crypt( const KURL& url );
/**
* Decrypts the given encrypted password.
* @param pass encrypted password
* @return decrypted password
*/
- const QString decrypt( const QString& pass );
+ const TQString decrypt( const TQString& pass );
}