summaryrefslogtreecommitdiffstats
path: root/kio/kio
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio')
-rw-r--r--kio/kio/connection.h2
-rw-r--r--kio/kio/dataprotocol.h4
-rw-r--r--kio/kio/dataslave.h2
-rw-r--r--kio/kio/davjob.h2
-rw-r--r--kio/kio/jobclasses.h2
-rw-r--r--kio/kio/kdatatool.h4
-rw-r--r--kio/kio/kdcopservicestarter.h2
-rw-r--r--kio/kio/kdirlister_p.h2
-rw-r--r--kio/kio/kfilefilter.h2
-rw-r--r--kio/kio/kfilemetainfo.h2
-rw-r--r--kio/kio/kfilterbase.h2
-rw-r--r--kio/kio/kfilterdev.h2
-rw-r--r--kio/kio/kscan.h2
-rw-r--r--kio/kio/kservice.h4
-rw-r--r--kio/kio/netaccess.cpp6
-rw-r--r--kio/kio/netaccess.h6
-rw-r--r--kio/kio/passdlg.h2
-rw-r--r--kio/kio/paste.h4
-rw-r--r--kio/kio/pastedialog.h4
-rw-r--r--kio/kio/previewjob.h2
-rw-r--r--kio/kio/skipdlg.h4
-rw-r--r--kio/kio/statusbarprogress.h8
-rw-r--r--kio/kio/thumbcreator.h4
23 files changed, 37 insertions, 37 deletions
diff --git a/kio/kio/connection.h b/kio/kio/connection.h
index 2adc6e018..6858c8422 100644
--- a/kio/kio/connection.h
+++ b/kio/kio/connection.h
@@ -31,7 +31,7 @@
#include <tqobject.h>
class KSocket;
-class QSocketNotifier;
+class TQSocketNotifier;
namespace KIO {
diff --git a/kio/kio/dataprotocol.h b/kio/kio/dataprotocol.h
index d33a86a32..44dccfcce 100644
--- a/kio/kio/dataprotocol.h
+++ b/kio/kio/dataprotocol.h
@@ -26,8 +26,8 @@
// Both defines are mutually exclusive. Defining none of them compiles
// DataProtocol for internal usage within libkiocore.
-class QString;
-class QCString;
+class TQString;
+class TQCString;
class KURL;
diff --git a/kio/kio/dataslave.h b/kio/kio/dataslave.h
index 1c6ebfad5..71eae6cd3 100644
--- a/kio/kio/dataslave.h
+++ b/kio/kio/dataslave.h
@@ -25,7 +25,7 @@
#include <kio/global.h>
#include <kio/slave.h>
-class QTimer;
+class TQTimer;
// don't forget to sync DISPATCH_IMPL in dataslave.h
#define DISPATCH_DECL(type) \
diff --git a/kio/kio/davjob.h b/kio/kio/davjob.h
index b6a951190..98d0fe702 100644
--- a/kio/kio/davjob.h
+++ b/kio/kio/davjob.h
@@ -37,7 +37,7 @@
#include <kio/global.h>
class Observer;
-class QTimer;
+class TQTimer;
namespace KIO {
diff --git a/kio/kio/jobclasses.h b/kio/kio/jobclasses.h
index a6ccd8484..03ff3d452 100644
--- a/kio/kio/jobclasses.h
+++ b/kio/kio/jobclasses.h
@@ -35,7 +35,7 @@
#include <kio/global.h>
class Observer;
-class QTimer;
+class TQTimer;
#define KIO_COPYJOB_HAS_SETINTERACTIVE // new in 3.4. Used by kio_trash.
diff --git a/kio/kio/kdatatool.h b/kio/kio/kdatatool.h
index c27b8fbe5..69751db79 100644
--- a/kio/kio/kdatatool.h
+++ b/kio/kio/kdatatool.h
@@ -28,8 +28,8 @@
#include <kservice.h>
class KDataTool;
-class QPixmap;
-class QStringList;
+class TQPixmap;
+class TQStringList;
class KInstance;
// If you're only looking at implementing a data-tool, skip directly to the last
diff --git a/kio/kio/kdcopservicestarter.h b/kio/kio/kdcopservicestarter.h
index c6b6b4e0e..b267476e7 100644
--- a/kio/kio/kdcopservicestarter.h
+++ b/kio/kio/kdcopservicestarter.h
@@ -23,7 +23,7 @@
#include <kstaticdeleter.h>
class KDCOPServiceStarter;
-class QCString;
+class TQCString;
/**
* A generic DCOP service starter, using KTrader.
diff --git a/kio/kio/kdirlister_p.h b/kio/kio/kdirlister_p.h
index 5d70ce084..a98521905 100644
--- a/kio/kio/kdirlister_p.h
+++ b/kio/kio/kdirlister_p.h
@@ -32,7 +32,7 @@
#include <kdirwatch.h>
#include <dcopclient.h>
-class QTimer;
+class TQTimer;
class KDirLister;
namespace KIO { class Job; class ListJob; }
diff --git a/kio/kio/kfilefilter.h b/kio/kio/kfilefilter.h
index a6384fbad..c2076f0e0 100644
--- a/kio/kio/kfilefilter.h
+++ b/kio/kio/kfilefilter.h
@@ -30,7 +30,7 @@
#include <kdelibs_export.h>
-class QRegExp;
+class TQRegExp;
class KFileItem;
/**
diff --git a/kio/kio/kfilemetainfo.h b/kio/kio/kfilemetainfo.h
index 0bc97df70..d6a6e7e4c 100644
--- a/kio/kio/kfilemetainfo.h
+++ b/kio/kio/kfilemetainfo.h
@@ -32,7 +32,7 @@
#undef m_unit
-class QValidator;
+class TQValidator;
class KFilePlugin;
class KFileMetaInfoGroup;
diff --git a/kio/kio/kfilterbase.h b/kio/kio/kfilterbase.h
index cfc037fe5..b46706241 100644
--- a/kio/kio/kfilterbase.h
+++ b/kio/kio/kfilterbase.h
@@ -28,7 +28,7 @@
#undef ERROR //avoid conflicts
#endif
-class QIODevice;
+class TQIODevice;
/**
* This is the base class for compression filters
diff --git a/kio/kio/kfilterdev.h b/kio/kio/kfilterdev.h
index 9e3bf508c..d36229859 100644
--- a/kio/kio/kfilterdev.h
+++ b/kio/kio/kfilterdev.h
@@ -22,7 +22,7 @@
#include <tqstring.h>
#include <kdelibs_export.h>
-class QFile;
+class TQFile;
class KFilterBase;
/**
diff --git a/kio/kio/kscan.h b/kio/kio/kscan.h
index 6ed5df667..bb5731eec 100644
--- a/kio/kio/kscan.h
+++ b/kio/kio/kscan.h
@@ -24,7 +24,7 @@
#include <kinstance.h>
#include <klibloader.h>
-class QImage;
+class TQImage;
/**
* This is a base class for scanning dialogs. You can derive from this class
diff --git a/kio/kio/kservice.h b/kio/kio/kservice.h
index dd207b304..1e9c2dc12 100644
--- a/kio/kio/kservice.h
+++ b/kio/kio/kservice.h
@@ -27,11 +27,11 @@
#include "ksycocaentry.h"
-class QDataStream;
+class TQDataStream;
class KDesktopFile;
class KService;
class KBuildSycoca;
-class QWidget;
+class TQWidget;
/**
* Represent a service, i.e. an application bound to one or several mimetypes
diff --git a/kio/kio/netaccess.cpp b/kio/kio/netaccess.cpp
index 68ce8ae1d..1c54afa74 100644
--- a/kio/kio/netaccess.cpp
+++ b/kio/kio/netaccess.cpp
@@ -63,7 +63,7 @@ bool NetAccess::download(const KURL& u, TQString & target, TQWidget* window)
if(!accessible)
{
if(!lastErrorMsg)
- lastErrorMsg = new QString;
+ lastErrorMsg = new TQString;
*lastErrorMsg = i18n("File '%1' is not readable").arg(target);
lastErrorCode = ERR_COULD_NOT_READ;
}
@@ -75,7 +75,7 @@ bool NetAccess::download(const KURL& u, TQString & target, TQWidget* window)
KTempFile tmpFile;
target = tmpFile.name();
if (!tmpfiles)
- tmpfiles = new QStringList;
+ tmpfiles = new TQStringList;
tmpfiles->append(target);
}
@@ -506,7 +506,7 @@ void NetAccess::slotResult( KIO::Job * job )
if ( !bJobOK )
{
if ( !lastErrorMsg )
- lastErrorMsg = new QString;
+ lastErrorMsg = new TQString;
*lastErrorMsg = job->errorString();
}
if ( job->isA("KIO::StatJob") )
diff --git a/kio/kio/netaccess.h b/kio/kio/netaccess.h
index 0bbb383de..caeb7b985 100644
--- a/kio/kio/netaccess.h
+++ b/kio/kio/netaccess.h
@@ -27,10 +27,10 @@
#include <tqstring.h>
#include <kio/global.h>
-class QStringList;
-class QWidget;
+class TQStringList;
+class TQWidget;
class KURL;
-template<typename T, typename K> class QMap;
+template<typename T, typename K> class TQMap;
namespace KIO {
diff --git a/kio/kio/passdlg.h b/kio/kio/passdlg.h
index dbc4b294e..bbd811328 100644
--- a/kio/kio/passdlg.h
+++ b/kio/kio/passdlg.h
@@ -22,7 +22,7 @@
#include <kdialogbase.h>
-class QGridLayout;
+class TQGridLayout;
namespace KIO {
diff --git a/kio/kio/paste.h b/kio/kio/paste.h
index 66975d772..a65e956e1 100644
--- a/kio/kio/paste.h
+++ b/kio/kio/paste.h
@@ -22,8 +22,8 @@
#include <tqstring.h>
#include <tqmemarray.h>
#include <kurl.h>
-class QWidget;
-class QMimeSource;
+class TQWidget;
+class TQMimeSource;
// KDE4 TODO pass a parent widget to all methods that will display a message box
diff --git a/kio/kio/pastedialog.h b/kio/kio/pastedialog.h
index a025d532d..4f8b79b2e 100644
--- a/kio/kio/pastedialog.h
+++ b/kio/kio/pastedialog.h
@@ -21,9 +21,9 @@
#include <kdialogbase.h>
-class QComboBox;
+class TQComboBox;
class KLineEdit;
-class QLabel;
+class TQLabel;
namespace KIO {
diff --git a/kio/kio/previewjob.h b/kio/kio/previewjob.h
index 2a59083c4..d7686505e 100644
--- a/kio/kio/previewjob.h
+++ b/kio/kio/previewjob.h
@@ -27,7 +27,7 @@
#include <kfileitem.h>
#include <kio/job.h>
-class QPixmap;
+class TQPixmap;
namespace KIO {
/*!
diff --git a/kio/kio/skipdlg.h b/kio/kio/skipdlg.h
index fcb03fdae..87b8823ed 100644
--- a/kio/kio/skipdlg.h
+++ b/kio/kio/skipdlg.h
@@ -22,8 +22,8 @@
#include <kdelibs_export.h>
#include <kdialog.h>
-class QPushButton;
-class QWidget;
+class TQPushButton;
+class TQWidget;
namespace KIO {
diff --git a/kio/kio/statusbarprogress.h b/kio/kio/statusbarprogress.h
index 1cb4caf04..6fb460283 100644
--- a/kio/kio/statusbarprogress.h
+++ b/kio/kio/statusbarprogress.h
@@ -21,10 +21,10 @@
#include "progressbase.h"
-class QWidgetStack;
-class QBoxLayout;
-class QPushButton;
-class QLabel;
+class TQWidgetStack;
+class TQBoxLayout;
+class TQPushButton;
+class TQLabel;
class KProgress;
namespace KIO {
diff --git a/kio/kio/thumbcreator.h b/kio/kio/thumbcreator.h
index f16132b3a..ce8696a19 100644
--- a/kio/kio/thumbcreator.h
+++ b/kio/kio/thumbcreator.h
@@ -22,8 +22,8 @@
#include <tqstring.h>
-class QString;
-class QImage;
+class TQString;
+class TQImage;
/**
* This is the baseclass for "thumbnail-plugins" in KDE. Using the class
* KIO::PreviewJob allows you to generate small images (thumbnails)