summaryrefslogtreecommitdiffstats
path: root/kio/kssl/ksslsettings.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kio/kssl/ksslsettings.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kssl/ksslsettings.h')
-rw-r--r--kio/kssl/ksslsettings.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kio/kssl/ksslsettings.h b/kio/kssl/ksslsettings.h
index e348d36c9..44345937b 100644
--- a/kio/kssl/ksslsettings.h
+++ b/kio/kssl/ksslsettings.h
@@ -21,8 +21,8 @@
#ifndef _KSSLSETTINGS_H
#define _KSSLSETTINGS_H
-#include <qstring.h>
-#include <qvaluelist.h>
+#include <tqstring.h>
+#include <tqvaluelist.h>
#include <kconfig.h>
class KSSLSettingsPrivate;
@@ -183,14 +183,14 @@ public:
* use in a connection.
* @return the cipher list
*/
- QString getCipherList();
+ TQString getCipherList();
/**
* Get the configured path to the entropy gathering daemon or entropy
* file.
* @return the path
*/
- QString& getEGDPath();
+ TQString& getEGDPath();
/**
* Load the user's settings.
@@ -213,8 +213,8 @@ private:
bool m_bWarnOnEnter, m_bWarnOnUnencrypted, m_bWarnOnLeave, m_bWarnOnMixed;
bool m_bWarnSelfSigned, m_bWarnRevoked, m_bWarnExpired;
- QValueList<QString> v2ciphers, v2selectedciphers, v3ciphers, v3selectedciphers;
- QValueList<int> v2bits, v3bits;
+ TQValueList<TQString> v2ciphers, v2selectedciphers, v3ciphers, v3selectedciphers;
+ TQValueList<int> v2bits, v3bits;
KSSLSettingsPrivate *d;
};