summaryrefslogtreecommitdiffstats
path: root/kio/kssl/ksslcertchain.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/ksslcertchain.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/ksslcertchain.h')
-rw-r--r--kio/kssl/ksslcertchain.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kio/kssl/ksslcertchain.h b/kio/kssl/ksslcertchain.h
index 3e48db67d..618c7d6a3 100644
--- a/kio/kssl/ksslcertchain.h
+++ b/kio/kssl/ksslcertchain.h
@@ -21,8 +21,8 @@
#ifndef _KSSLCERTCHAIN_H
#define _KSSLCERTCHAIN_H
-#include <qglobal.h>
-#include <qptrlist.h>
+#include <tqglobal.h>
+#include <tqptrlist.h>
#include <kdemacros.h>
class QString;
@@ -86,7 +86,7 @@ public:
* @param chain the certificate chain
* @see KSSLCertificate
*/
- void setChain(QPtrList<KSSLCertificate>& chain);
+ void setChain(TQPtrList<KSSLCertificate>& chain);
/**
* Set the certificate chain as a list of base64 encoded X.509
@@ -95,7 +95,7 @@ public:
* @param chain the certificate chain
* @deprecated
*/
- void setChain(QStringList chain) KDE_DEPRECATED;
+ void setChain(TQStringList chain) KDE_DEPRECATED;
/**
* Set the certificate chain as a list of base64 encoded X.509
@@ -103,7 +103,7 @@ public:
*
* @param chain the certificate chain
*/
- void setCertChain(const QStringList& chain);
+ void setCertChain(const TQStringList& chain);
/**
* Obtain a copy of the certificate chain.
@@ -111,7 +111,7 @@ public:
* @return a deep copy of the certificate chain.
* @see KSSLCertificate
*/
- QPtrList<KSSLCertificate> getChain();
+ TQPtrList<KSSLCertificate> getChain();
/**
* Determine the number of entries (depth) of the chain.