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/cgi/kcmcgi/kcmcgi.h | 4 ++-- kioslave/media/propsdlgplugin/propertiespage.h | 2 +- kioslave/smtp/capabilities.h | 2 +- kioslave/smtp/command.h | 2 +- kioslave/smtp/response.h | 2 +- kioslave/smtp/smtp.h | 6 +++--- kioslave/thumbnail/thumbnail.h | 2 +- kioslave/trash/kfile-plugin/kfile_trash.h | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) (limited to 'kioslave') diff --git a/kioslave/cgi/kcmcgi/kcmcgi.h b/kioslave/cgi/kcmcgi/kcmcgi.h index 344a27b4d..d68d3fe23 100644 --- a/kioslave/cgi/kcmcgi/kcmcgi.h +++ b/kioslave/cgi/kcmcgi/kcmcgi.h @@ -20,8 +20,8 @@ #include -class QListBox; -class QPushButton; +class TQListBox; +class TQPushButton; class KConfig; diff --git a/kioslave/media/propsdlgplugin/propertiespage.h b/kioslave/media/propsdlgplugin/propertiespage.h index f36e27ded..50a480719 100644 --- a/kioslave/media/propsdlgplugin/propertiespage.h +++ b/kioslave/media/propsdlgplugin/propertiespage.h @@ -23,7 +23,7 @@ #include "propertiespagegui.h" #include -class QCheckBox; +class TQCheckBox; class Medium; class PropertiesPage : public PropertiesPageGUI 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; diff --git a/kioslave/thumbnail/thumbnail.h b/kioslave/thumbnail/thumbnail.h index 0bd4c1412..a2eb53841 100644 --- a/kioslave/thumbnail/thumbnail.h +++ b/kioslave/thumbnail/thumbnail.h @@ -25,7 +25,7 @@ #include class ThumbCreator; -class QImage; +class TQImage; class ThumbnailProtocol : public KIO::SlaveBase { diff --git a/kioslave/trash/kfile-plugin/kfile_trash.h b/kioslave/trash/kfile-plugin/kfile_trash.h index a041999a4..33f83e911 100644 --- a/kioslave/trash/kfile-plugin/kfile_trash.h +++ b/kioslave/trash/kfile-plugin/kfile_trash.h @@ -24,7 +24,7 @@ #include #include "../trashimpl.h" -class QStringList; +class TQStringList; class KTrashPlugin: public KFilePlugin { -- cgit v1.2.3