diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
commit | a5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch) | |
tree | af263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kioslave | |
parent | c663b6440964f6ac48027143ac9e63298991f9d0 (diff) | |
download | tdebase-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')
-rw-r--r-- | kioslave/cgi/kcmcgi/kcmcgi.h | 4 | ||||
-rw-r--r-- | kioslave/media/propsdlgplugin/propertiespage.h | 2 | ||||
-rw-r--r-- | kioslave/smtp/capabilities.h | 2 | ||||
-rw-r--r-- | kioslave/smtp/command.h | 2 | ||||
-rw-r--r-- | kioslave/smtp/response.h | 2 | ||||
-rw-r--r-- | kioslave/smtp/smtp.h | 6 | ||||
-rw-r--r-- | kioslave/thumbnail/thumbnail.h | 2 | ||||
-rw-r--r-- | kioslave/trash/kfile-plugin/kfile_trash.h | 2 |
8 files changed, 11 insertions, 11 deletions
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 <kcmodule.h> -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 <tqmap.h> -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 <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; 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 <kio/slavebase.h> 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 <kfilemetainfo.h> #include "../trashimpl.h" -class QStringList; +class TQStringList; class KTrashPlugin: public KFilePlugin { |