summaryrefslogtreecommitdiffstats
path: root/kioslave/smtp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
commita5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch)
treeaf263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kioslave/smtp
parentc663b6440964f6ac48027143ac9e63298991f9d0 (diff)
downloadtdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.tar.gz
tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslave/smtp')
-rw-r--r--kioslave/smtp/capabilities.h2
-rw-r--r--kioslave/smtp/command.h2
-rw-r--r--kioslave/smtp/response.h2
-rw-r--r--kioslave/smtp/smtp.h6
4 files changed, 6 insertions, 6 deletions
diff --git a/kioslave/smtp/capabilities.h b/kioslave/smtp/capabilities.h
index d9a9de39a..9f9464104 100644
--- a/kioslave/smtp/capabilities.h
+++ b/kioslave/smtp/capabilities.h
@@ -37,7 +37,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
-class QStrIList;
+class TQStrIList;
namespace KioSMTP {
diff --git a/kioslave/smtp/command.h b/kioslave/smtp/command.h
index bd6b6aa85..53e8d00f3 100644
--- a/kioslave/smtp/command.h
+++ b/kioslave/smtp/command.h
@@ -45,7 +45,7 @@ extern "C" {
#include <kio/authinfo.h>
class SMTPProtocol;
-class QStrIList;
+class TQStrIList;
namespace KioSMTP {
diff --git a/kioslave/smtp/response.h b/kioslave/smtp/response.h
index 1e5f722ab..26c79b9c1 100644
--- a/kioslave/smtp/response.h
+++ b/kioslave/smtp/response.h
@@ -36,7 +36,7 @@
#include <tqvaluelist.h>
typedef TQValueList<TQCString> QCStringList;
-class QString;
+class TQString;
namespace KioSMTP {
diff --git a/kioslave/smtp/smtp.h b/kioslave/smtp/smtp.h
index 435fea8b1..18f489c2c 100644
--- a/kioslave/smtp/smtp.h
+++ b/kioslave/smtp/smtp.h
@@ -37,9 +37,9 @@
#include <tqptrqueue.h>
class KURL;
-class QCString;
-template <typename T> class QMemArray;
-typedef TQMemArray<char> QByteArray;
+class TQCString;
+template <typename T> class TQMemArray;
+typedef TQMemArray<char> TQByteArray;
namespace KioSMTP {
class Response;