summaryrefslogtreecommitdiffstats
path: root/kio
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
commit8f14fb0418241694e61cb35dda95fea6d9b7830d (patch)
tree73afdda59a8126db123133d64bab78a3503657dc /kio
parentffe8a83e053396df448e9413828527613ca3bd46 (diff)
downloadtdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.tar.gz
tdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio')
-rw-r--r--kio/bookmarks/kbookmarkbar.h2
-rw-r--r--kio/bookmarks/kbookmarkmenu.h8
-rw-r--r--kio/bookmarks/kbookmarkmenu_p.h8
-rw-r--r--kio/kfile/kacleditwidget.h2
-rw-r--r--kio/kfile/kacleditwidget_p.h8
-rw-r--r--kio/kfile/kcombiview.h4
-rw-r--r--kio/kfile/kdiroperator.h6
-rw-r--r--kio/kfile/kdirselectdialog.h4
-rw-r--r--kio/kfile/kfilebookmarkhandler.h2
-rw-r--r--kio/kfile/kfiledetailview.h4
-rw-r--r--kio/kfile/kfiledialog.h12
-rw-r--r--kio/kfile/kfileiconview.h4
-rw-r--r--kio/kfile/kfilesharedlg.h6
-rw-r--r--kio/kfile/kfiletreeview.h2
-rw-r--r--kio/kfile/kfileview.h2
-rw-r--r--kio/kfile/kicondialog.h8
-rw-r--r--kio/kfile/kimagefilepreview.h8
-rw-r--r--kio/kfile/knotifydialog.h2
-rw-r--r--kio/kfile/kopenwith.h8
-rw-r--r--kio/kfile/kopenwith_p.h10
-rw-r--r--kio/kfile/kpropertiesdialog.h10
-rw-r--r--kio/kfile/kurlbar.h4
-rw-r--r--kio/kfile/kurlrequester.h4
-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
-rw-r--r--kio/kpasswdserver/kpasswdserver.cpp2
-rw-r--r--kio/kssl/ksslcertchain.h6
-rw-r--r--kio/kssl/ksslcertdlg.h10
-rw-r--r--kio/kssl/ksslcertificate.h8
-rw-r--r--kio/kssl/ksslcsessioncache.h2
-rw-r--r--kio/kssl/ksslinfodlg.h2
-rw-r--r--kio/kssl/ksslutils.h4
-rw-r--r--kio/misc/kdesasl/kdesasl.h2
-rw-r--r--kio/misc/kwalletd/ktimeout.cpp2
-rw-r--r--kio/misc/uiserver.h8
-rw-r--r--kio/tests/kruntest.h2
-rw-r--r--kio/tests/previewtest.h2
58 files changed, 126 insertions, 126 deletions
diff --git a/kio/bookmarks/kbookmarkbar.h b/kio/bookmarks/kbookmarkbar.h
index f8d2f689e..71c2dcc8c 100644
--- a/kio/bookmarks/kbookmarkbar.h
+++ b/kio/bookmarks/kbookmarkbar.h
@@ -32,7 +32,7 @@ class KBookmarkMenu;
class KBookmarkOwner;
class KActionCollection;
class KAction;
-class QPopupMenu;
+class TQPopupMenu;
/**
* This class provides a bookmark toolbar. Using this class is nearly
diff --git a/kio/bookmarks/kbookmarkmenu.h b/kio/bookmarks/kbookmarkmenu.h
index d97271879..f3d1c75b6 100644
--- a/kio/bookmarks/kbookmarkmenu.h
+++ b/kio/bookmarks/kbookmarkmenu.h
@@ -36,10 +36,10 @@
#include "kbookmark.h"
#include "kbookmarkmanager.h"
-class QString;
-class QPopupMenu;
-class QPushButton;
-class QListView;
+class TQString;
+class TQPopupMenu;
+class TQPushButton;
+class TQListView;
class KLineEdit;
class KBookmark;
class KBookmarkGroup;
diff --git a/kio/bookmarks/kbookmarkmenu_p.h b/kio/bookmarks/kbookmarkmenu_p.h
index 6409a5f3e..9d979e505 100644
--- a/kio/bookmarks/kbookmarkmenu_p.h
+++ b/kio/bookmarks/kbookmarkmenu_p.h
@@ -37,10 +37,10 @@
#include "kbookmarkimporter.h"
#include "kbookmarkmanager.h"
-class QString;
-class QPopupMenu;
-class QPushButton;
-class QListView;
+class TQString;
+class TQPopupMenu;
+class TQPushButton;
+class TQListView;
class KLineEdit;
class KBookmark;
class KBookmarkGroup;
diff --git a/kio/kfile/kacleditwidget.h b/kio/kfile/kacleditwidget.h
index 39cdf89a1..70e7ab54f 100644
--- a/kio/kfile/kacleditwidget.h
+++ b/kio/kfile/kacleditwidget.h
@@ -32,7 +32,7 @@
class KACLListViewItem;
class KACLListView;
-class QPushButton;
+class TQPushButton;
class KACLEditWidget : QWidget
{
diff --git a/kio/kfile/kacleditwidget_p.h b/kio/kfile/kacleditwidget_p.h
index 3ad77930c..8bd0292d3 100644
--- a/kio/kfile/kacleditwidget_p.h
+++ b/kio/kfile/kacleditwidget_p.h
@@ -34,11 +34,11 @@
#include <tqcombobox.h>
class KACLListViewItem;
-class QPushButton;
-class QVButtonGroup;
+class TQPushButton;
+class TQVButtonGroup;
class KACLListView;
-class QWidgetStack;
-class QCheckBox;
+class TQWidgetStack;
+class TQCheckBox;
/**
@author Sean Harmer
diff --git a/kio/kfile/kcombiview.h b/kio/kfile/kcombiview.h
index 3597669ea..6186ab740 100644
--- a/kio/kfile/kcombiview.h
+++ b/kio/kfile/kcombiview.h
@@ -29,8 +29,8 @@
#include <kfileview.h>
class KFileIconView;
-class QEvent;
-class QIconViewItem;
+class TQEvent;
+class TQIconViewItem;
/**
* This view is designed to combine two KFileViews into one widget, to show
diff --git a/kio/kfile/kdiroperator.h b/kio/kfile/kdiroperator.h
index bcce49f67..a2d318b96 100644
--- a/kio/kfile/kdiroperator.h
+++ b/kio/kfile/kdiroperator.h
@@ -31,15 +31,15 @@
#include <kfileitem.h>
#include <kfile.h>
-class QPopupMenu;
-class QTimer;
+class TQPopupMenu;
+class TQTimer;
class KAction;
class KDirLister;
class KToggleAction;
class KActionSeparator;
class KActionMenu;
-class QWidgetStack;
+class TQWidgetStack;
class KProgress;
namespace KIO {
class CopyJob;
diff --git a/kio/kfile/kdirselectdialog.h b/kio/kfile/kdirselectdialog.h
index 4687d1b75..79358f4f3 100644
--- a/kio/kfile/kdirselectdialog.h
+++ b/kio/kfile/kdirselectdialog.h
@@ -23,8 +23,8 @@
#include <kdialogbase.h>
#include <kurl.h>
-class QPopupMenu;
-class QVBoxLayout;
+class TQPopupMenu;
+class TQVBoxLayout;
class KConfig;
class KFileTreeBranch;
class KFileTreeView;
diff --git a/kio/kfile/kfilebookmarkhandler.h b/kio/kfile/kfilebookmarkhandler.h
index d03cb1da8..7db71548b 100644
--- a/kio/kfile/kfilebookmarkhandler.h
+++ b/kio/kfile/kfilebookmarkhandler.h
@@ -22,7 +22,7 @@
#include <kbookmarkmanager.h>
#include <kbookmarkmenu.h>
-class QTextStream;
+class TQTextStream;
class KPopupMenu;
diff --git a/kio/kfile/kfiledetailview.h b/kio/kfile/kfiledetailview.h
index 61e2156f4..937c8f56c 100644
--- a/kio/kfile/kfiledetailview.h
+++ b/kio/kfile/kfiledetailview.h
@@ -22,8 +22,8 @@
#define KFILEDETAILVIEW_H
class KFileItem;
-class QWidget;
-class QKeyEvent;
+class TQWidget;
+class TQKeyEvent;
#include <klistview.h>
#include <kmimetyperesolver.h>
diff --git a/kio/kfile/kfiledialog.h b/kio/kfile/kfiledialog.h
index b2db9183a..33e0c9b12 100644
--- a/kio/kfile/kfiledialog.h
+++ b/kio/kfile/kfiledialog.h
@@ -33,12 +33,12 @@
#include <kmimetype.h>
#include <kio/jobclasses.h>
-class QCheckBox;
-class QHBoxLayout;
-class QGridLayout;
-class QLabel;
-class QPopupMenu;
-class QVBoxLayout;
+class TQCheckBox;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQLabel;
+class TQPopupMenu;
+class TQVBoxLayout;
class KActionCollection;
class KDirOperator;
diff --git a/kio/kfile/kfileiconview.h b/kio/kfile/kfileiconview.h
index ea8fe7d89..f80c4ae4a 100644
--- a/kio/kfile/kfileiconview.h
+++ b/kio/kfile/kfileiconview.h
@@ -22,8 +22,8 @@
#define KFILEICONVIEW_H
class KFileItem;
-class QWidget;
-class QLabel;
+class TQWidget;
+class TQLabel;
#include <kiconview.h>
#include <kiconloader.h>
diff --git a/kio/kfile/kfilesharedlg.h b/kio/kfile/kfilesharedlg.h
index a314d0d06..25fbc7f67 100644
--- a/kio/kfile/kfilesharedlg.h
+++ b/kio/kfile/kfilesharedlg.h
@@ -21,9 +21,9 @@
#define kfilesharedlg_h
#include <kpropertiesdialog.h>
-class QVBoxLayout;
-class QRadioButton;
-class QPushButton;
+class TQVBoxLayout;
+class TQRadioButton;
+class TQPushButton;
/**
* This plugin provides a page to KPropsDlg, showing the "file sharing" options
diff --git a/kio/kfile/kfiletreeview.h b/kio/kfile/kfiletreeview.h
index d534fb4fb..92565269d 100644
--- a/kio/kfile/kfiletreeview.h
+++ b/kio/kfile/kfiletreeview.h
@@ -33,7 +33,7 @@
#include <kfiletreeviewitem.h>
#include <kfiletreebranch.h>
-class QTimer;
+class TQTimer;
diff --git a/kio/kfile/kfileview.h b/kio/kfile/kfileview.h
index a42927f1b..05b32e863 100644
--- a/kio/kfile/kfileview.h
+++ b/kio/kfile/kfileview.h
@@ -22,7 +22,7 @@
#ifndef KFILEVIEW_H
#define KFILEVIEW_H
-class QPoint;
+class TQPoint;
class KActionCollection;
#include <tqwidget.h>
diff --git a/kio/kfile/kicondialog.h b/kio/kfile/kicondialog.h
index de447bc34..54b9ea921 100644
--- a/kio/kfile/kicondialog.h
+++ b/kio/kfile/kicondialog.h
@@ -22,10 +22,10 @@
#include <kdialogbase.h>
#include <kiconview.h>
-class QComboBox;
-class QTimer;
-class QKeyEvent;
-class QRadioButton;
+class TQComboBox;
+class TQTimer;
+class TQKeyEvent;
+class TQRadioButton;
class KProgress;
class KIconLoader;
diff --git a/kio/kfile/kimagefilepreview.h b/kio/kfile/kimagefilepreview.h
index 849585428..864fc5d31 100644
--- a/kio/kfile/kimagefilepreview.h
+++ b/kio/kfile/kimagefilepreview.h
@@ -16,10 +16,10 @@
#include <kurl.h>
#include <kpreviewwidgetbase.h>
-class QCheckBox;
-class QPushButton;
-class QLabel;
-class QTimer;
+class TQCheckBox;
+class TQPushButton;
+class TQLabel;
+class TQTimer;
class KFileDialog;
class KFileItem;
diff --git a/kio/kfile/knotifydialog.h b/kio/kfile/knotifydialog.h
index a1c4ef52f..70e195aba 100644
--- a/kio/kfile/knotifydialog.h
+++ b/kio/kfile/knotifydialog.h
@@ -26,7 +26,7 @@
#include "knotifywidgetbase.h"
-class QShowEvent;
+class TQShowEvent;
namespace KNotify
{
diff --git a/kio/kfile/kopenwith.h b/kio/kfile/kopenwith.h
index 8d34e22b7..3dceb10bc 100644
--- a/kio/kfile/kopenwith.h
+++ b/kio/kfile/kopenwith.h
@@ -29,10 +29,10 @@
class KApplicationTree;
class KURLRequester;
-class QWidget;
-class QCheckBox;
-class QPushButton;
-class QLabel;
+class TQWidget;
+class TQCheckBox;
+class TQPushButton;
+class TQLabel;
class KOpenWithDlgPrivate;
diff --git a/kio/kfile/kopenwith_p.h b/kio/kfile/kopenwith_p.h
index 1b73cdaa0..5583b03d9 100644
--- a/kio/kfile/kopenwith_p.h
+++ b/kio/kfile/kopenwith_p.h
@@ -25,11 +25,11 @@
class KURLRequester;
-class QWidget;
-class QCheckBox;
-class QPushButton;
-class QLabel;
-class QStringList;
+class TQWidget;
+class TQCheckBox;
+class TQPushButton;
+class TQLabel;
+class TQStringList;
/* ------------------------------------------------------------------------- */
diff --git a/kio/kfile/kpropertiesdialog.h b/kio/kfile/kpropertiesdialog.h
index a83480c1c..dc6a621f9 100644
--- a/kio/kfile/kpropertiesdialog.h
+++ b/kio/kfile/kpropertiesdialog.h
@@ -36,15 +36,15 @@
#include <kfileitem.h>
#include <kdialogbase.h>
-class QLineEdit;
-class QCheckBox;
-class QPushButton;
+class TQLineEdit;
+class TQCheckBox;
+class TQPushButton;
class KLineEdit;
class KURLRequester;
-class QButton;
+class TQButton;
class KIconButton;
class KPropsDlgPlugin;
-class QComboBox;
+class TQComboBox;
#define KPropsPage KPropsDlgPlugin
diff --git a/kio/kfile/kurlbar.h b/kio/kfile/kurlbar.h
index fc29d4fd2..8da43ff15 100644
--- a/kio/kfile/kurlbar.h
+++ b/kio/kfile/kurlbar.h
@@ -479,7 +479,7 @@ private:
///////////////////////////////////////////////////////////////////
-class QDragObject;
+class TQDragObject;
class KURLBarToolTip;
/**
@@ -552,7 +552,7 @@ private:
///////////////////////////////////////////////////////////////////
-class QCheckBox;
+class TQCheckBox;
class KIconButton;
class KLineEdit;
class KURLRequester;
diff --git a/kio/kfile/kurlrequester.h b/kio/kfile/kurlrequester.h
index b22e353dd..1bdbeee3e 100644
--- a/kio/kfile/kurlrequester.h
+++ b/kio/kfile/kurlrequester.h
@@ -33,8 +33,8 @@ class KLineEdit;
class KURLCompletion;
class KURLDragPushButton;
-class QString;
-class QTimer;
+class TQString;
+class TQTimer;
/**
* This class is a widget showing a lineedit and a button, which invokes a
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)
diff --git a/kio/kpasswdserver/kpasswdserver.cpp b/kio/kpasswdserver/kpasswdserver.cpp
index de4e0d147..42cbad3a4 100644
--- a/kio/kpasswdserver/kpasswdserver.cpp
+++ b/kio/kpasswdserver/kpasswdserver.cpp
@@ -673,7 +673,7 @@ KPasswdServer::updateAuthExpire(const TQString &key, const AuthInfo *auth, long
TQStringList *keysChanged = mWindowIdList.find(windowId);
if (!keysChanged)
{
- keysChanged = new QStringList;
+ keysChanged = new TQStringList;
mWindowIdList.insert(windowId, keysChanged);
}
if (!keysChanged->contains(key))
diff --git a/kio/kssl/ksslcertchain.h b/kio/kssl/ksslcertchain.h
index 618c7d6a3..c7e9f3c8f 100644
--- a/kio/kssl/ksslcertchain.h
+++ b/kio/kssl/ksslcertchain.h
@@ -25,11 +25,11 @@
#include <tqptrlist.h>
#include <kdemacros.h>
-class QString;
-class QCString;
+class TQString;
+class TQCString;
class KSSL;
class KSSLCertChainPrivate;
-class QStringList;
+class TQStringList;
#include <ksslcertificate.h>
diff --git a/kio/kssl/ksslcertdlg.h b/kio/kssl/ksslcertdlg.h
index 5bd720832..314ae677d 100644
--- a/kio/kssl/ksslcertdlg.h
+++ b/kio/kssl/ksslcertdlg.h
@@ -24,11 +24,11 @@
#include <tqstringlist.h>
#include <kdialog.h>
-class QWidget;
-class QCheckBox;
-class QRadioButton;
-class QListView;
-class QPushButton;
+class TQWidget;
+class TQCheckBox;
+class TQRadioButton;
+class TQListView;
+class TQPushButton;
/**
* KDE X.509 Certificate Dialog
diff --git a/kio/kssl/ksslcertificate.h b/kio/kssl/ksslcertificate.h
index 5b13279ea..16dbb2082 100644
--- a/kio/kssl/ksslcertificate.h
+++ b/kio/kssl/ksslcertificate.h
@@ -38,12 +38,12 @@
#include <tqcstring.h>
#include <tqvaluelist.h>
-class QString;
-class QStringList;
-class QCString;
+class TQString;
+class TQStringList;
+class TQCString;
class KSSL;
class KSSLCertificatePrivate;
-class QDateTime;
+class TQDateTime;
class KSSLCertChain;
class KSSLX509V3;
diff --git a/kio/kssl/ksslcsessioncache.h b/kio/kssl/ksslcsessioncache.h
index c7a6b9a16..231b40643 100644
--- a/kio/kssl/ksslcsessioncache.h
+++ b/kio/kssl/ksslcsessioncache.h
@@ -24,7 +24,7 @@
#include <kdelibs_export.h>
class KURL;
-class QString;
+class TQString;
class KIO_EXPORT KSSLCSessionCache {
public:
diff --git a/kio/kssl/ksslinfodlg.h b/kio/kssl/ksslinfodlg.h
index c1591f07d..4bd00a9e5 100644
--- a/kio/kssl/ksslinfodlg.h
+++ b/kio/kssl/ksslinfodlg.h
@@ -29,7 +29,7 @@
#include "kssl.h"
#include <tqscrollview.h>
-class QWidget;
+class TQWidget;
class KSSLCertBox;
class KSSLCertChain;
diff --git a/kio/kssl/ksslutils.h b/kio/kssl/ksslutils.h
index 2035b2de4..4c087374f 100644
--- a/kio/kssl/ksslutils.h
+++ b/kio/kssl/ksslutils.h
@@ -34,8 +34,8 @@
#include <openssl/x509.h>
#undef crypt
#endif
-class QString;
-class QDateTime;
+class TQString;
+class TQDateTime;
#ifdef KSSL_HAVE_SSL
diff --git a/kio/misc/kdesasl/kdesasl.h b/kio/misc/kdesasl/kdesasl.h
index 4049b96eb..5f0279f34 100644
--- a/kio/misc/kdesasl/kdesasl.h
+++ b/kio/misc/kdesasl/kdesasl.h
@@ -25,7 +25,7 @@
#include <kdelibs_export.h>
class KURL;
-class QStrIList;
+class TQStrIList;
/**
* This library can create responses for SASL authentication for a given
diff --git a/kio/misc/kwalletd/ktimeout.cpp b/kio/misc/kwalletd/ktimeout.cpp
index e13a32d20..c431ecf69 100644
--- a/kio/misc/kwalletd/ktimeout.cpp
+++ b/kio/misc/kwalletd/ktimeout.cpp
@@ -51,7 +51,7 @@ void KTimeout::addTimer(int id, int timeout) {
return;
}
- TQTimer *t = new QTimer;
+ TQTimer *t = new TQTimer;
connect(t, TQT_SIGNAL(timeout()), this, TQT_SLOT(timeout()));
t->start(timeout);
_timers.insert(id, t);
diff --git a/kio/misc/uiserver.h b/kio/misc/uiserver.h
index 73040f186..85e255a43 100644
--- a/kio/misc/uiserver.h
+++ b/kio/misc/uiserver.h
@@ -192,11 +192,11 @@ protected:
TQString m_fullLengthAddress;
};
-class QResizeEvent;
-class QHideEvent;
-class QShowEvent;
+class TQResizeEvent;
+class TQHideEvent;
+class TQShowEvent;
class ProgressConfigDialog;
-class QPopupMenu;
+class TQPopupMenu;
class UIServerSystemTray;
/**
diff --git a/kio/tests/kruntest.h b/kio/tests/kruntest.h
index 3df8e1ac5..8cbc7af53 100644
--- a/kio/tests/kruntest.h
+++ b/kio/tests/kruntest.h
@@ -39,7 +39,7 @@ public:
};
-class QPushButton;
+class TQPushButton;
class Receiver : public QWidget
{
Q_OBJECT
diff --git a/kio/tests/previewtest.h b/kio/tests/previewtest.h
index 99b329f9d..a7e1727d6 100644
--- a/kio/tests/previewtest.h
+++ b/kio/tests/previewtest.h
@@ -3,7 +3,7 @@
#include <kio/job.h>
class KLineEdit;
-class QLabel;
+class TQLabel;
class KFileItem;
class PreviewTest : public QWidget