From a5edd20f0de599dbe7f7f00a184b78ac5156a846 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:17:20 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/smtp/capabilities.h | 2 +- kioslave/smtp/command.h | 2 +- kioslave/smtp/response.h | 2 +- kioslave/smtp/smtp.h | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kioslave/smtp') 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 #include -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 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 typedef TQValueList 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 class KURL; -class QCString; -template class QMemArray; -typedef TQMemArray QByteArray; +class TQCString; +template class TQMemArray; +typedef TQMemArray TQByteArray; namespace KioSMTP { class Response; -- cgit v1.2.1