summaryrefslogtreecommitdiffstats
path: root/kioslave
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave')
-rw-r--r--kioslave/cgi/kcmcgi/kcmcgi.h4
-rw-r--r--kioslave/media/propsdlgplugin/propertiespage.h2
-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
-rw-r--r--kioslave/thumbnail/thumbnail.h2
-rw-r--r--kioslave/trash/kfile-plugin/kfile_trash.h2
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
{