diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kio/kssl/ksslkeygen.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-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/ksslkeygen.h')
-rw-r--r-- | kio/kssl/ksslkeygen.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kio/kssl/ksslkeygen.h b/kio/kssl/ksslkeygen.h index d3deb8501..cd1d8e7ab 100644 --- a/kio/kssl/ksslkeygen.h +++ b/kio/kssl/ksslkeygen.h @@ -22,8 +22,8 @@ #ifndef _KSSLKEYGEN_H #define _KSSLKEYGEN_H -#include <qstring.h> -#include <qstringlist.h> +#include <tqstring.h> +#include <tqstringlist.h> #include <kwizard.h> @@ -50,7 +50,7 @@ public: * @param name the internal name of this instance * @param modal true if the dialog should be modal */ - KSSLKeyGen(QWidget *parent=0L, const char *name=0L, bool modal=false); + KSSLKeyGen(TQWidget *parent=0L, const char *name=0L, bool modal=false); /** * Destroy this dialog. @@ -61,7 +61,7 @@ public: * List the supported key sizes. * @return the supported key sizes */ - static QStringList supportedKeySizes(); + static TQStringList supportedKeySizes(); /** * Generate the certificate signing request. @@ -71,7 +71,7 @@ public: * @param e the value of the "e" parameter in RSA * @return 0 on success, non-zero on error */ - int generateCSR(const QString& name, const QString& pass, int bits, int e = 0x10001); + int generateCSR(const TQString& name, const TQString& pass, int bits, int e = 0x10001); /** * Set the key size. |