From df401fe04d01138ad1960bd89b4a71d558ebbf5a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:55:05 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kftpgrabber/src/checksumverifier.h | 2 +- kftpgrabber/src/directoryscanner.h | 2 +- kftpgrabber/src/engine/connectionretry.h | 2 +- kftpgrabber/src/engine/event.h | 2 +- kftpgrabber/src/engine/ftpsocket.h | 2 +- kftpgrabber/src/engine/speedlimiter.h | 2 +- kftpgrabber/src/kftpbookmarkaction.h | 6 +++--- kftpgrabber/src/kftpbookmarks.h | 2 +- kftpgrabber/src/kftpqueue.h | 2 +- kftpgrabber/src/kftpqueueconverter.h | 2 +- kftpgrabber/src/kftpqueueprocessor.h | 2 +- kftpgrabber/src/kftpsession.h | 6 +++--- kftpgrabber/src/kftptransfer.h | 4 ++-- kftpgrabber/src/kftptransferdir.h | 2 +- kftpgrabber/src/kftptransferfile.h | 2 +- kftpgrabber/src/mainactions.h | 2 +- kftpgrabber/src/mainwindow.h | 2 +- kftpgrabber/src/misc/configbase.h | 2 +- kftpgrabber/src/misc/customcommands/entry.h | 2 +- kftpgrabber/src/misc/customcommands/manager.h | 2 +- .../src/misc/customcommands/parameterentrydialog.h | 2 +- .../src/misc/interfaces/kftpbookmarkimportplugin.h | 2 +- kftpgrabber/src/misc/kftpapi.h | 2 +- kftpgrabber/src/misc/kftppluginmanager.h | 2 +- kftpgrabber/src/misc/kftpwalletconnection.h | 2 +- kftpgrabber/src/misc/kftpzeroconf.h | 2 +- .../bookmarkimport/filezilla3/kftpimportfz3plugin.h | 2 +- .../plugins/bookmarkimport/gftp/kftpimportgftpplugin.h | 2 +- .../plugins/bookmarkimport/kftp/kftpimportkftpplugin.h | 2 +- .../plugins/bookmarkimport/ncftp/kftpimportncftpplugin.h | 2 +- kftpgrabber/src/queuegroup.h | 2 +- kftpgrabber/src/queueobject.h | 2 +- kftpgrabber/src/site.h | 2 +- kftpgrabber/src/statistics.h | 2 +- kftpgrabber/src/widgets/balloon.h | 2 +- kftpgrabber/src/widgets/bookmarks/editor.h | 2 +- kftpgrabber/src/widgets/bookmarks/editortls.h | 2 +- kftpgrabber/src/widgets/bookmarks/importwizard.h | 2 +- kftpgrabber/src/widgets/bookmarks/listview.h | 2 +- kftpgrabber/src/widgets/bookmarks/sidebar.h | 2 +- kftpgrabber/src/widgets/browser/actions.h | 2 +- kftpgrabber/src/widgets/browser/detailsview.h | 2 +- kftpgrabber/src/widgets/browser/dirlister.h | 2 +- kftpgrabber/src/widgets/browser/filterwidget.h | 2 +- kftpgrabber/src/widgets/browser/locationnavigator.h | 2 +- kftpgrabber/src/widgets/browser/propsplugin.h | 4 ++-- kftpgrabber/src/widgets/browser/treeview.h | 2 +- kftpgrabber/src/widgets/browser/view.h | 2 +- kftpgrabber/src/widgets/configdialog.h | 2 +- kftpgrabber/src/widgets/configfilter.h | 2 +- kftpgrabber/src/widgets/failedtransfers.h | 2 +- kftpgrabber/src/widgets/filtereditor.h | 16 ++++++++-------- kftpgrabber/src/widgets/kftpselectserverdialog.h | 2 +- kftpgrabber/src/widgets/kftpserverlineedit.h | 2 +- kftpgrabber/src/widgets/kftptabwidget.h | 2 +- kftpgrabber/src/widgets/kftpzeroconflistview.h | 2 +- kftpgrabber/src/widgets/listview.h | 2 +- kftpgrabber/src/widgets/logview.h | 2 +- kftpgrabber/src/widgets/multitabbar.h | 6 +++--- kftpgrabber/src/widgets/multitabbar_p.h | 2 +- kftpgrabber/src/widgets/popupmessage.h | 2 +- kftpgrabber/src/widgets/queueview/queueeditor.h | 2 +- kftpgrabber/src/widgets/queueview/queueview.h | 2 +- kftpgrabber/src/widgets/queueview/threadview.h | 4 ++-- kftpgrabber/src/widgets/quickconnect.h | 2 +- kftpgrabber/src/widgets/searchdialog.h | 2 +- kftpgrabber/src/widgets/sidebar.h | 2 +- kftpgrabber/src/widgets/systemtray.h | 2 +- kftpgrabber/src/widgets/trafficgraph.h | 2 +- kftpgrabber/src/widgets/verifier.h | 2 +- kftpgrabber/src/widgets/widgetlister.h | 2 +- 71 files changed, 87 insertions(+), 87 deletions(-) diff --git a/kftpgrabber/src/checksumverifier.h b/kftpgrabber/src/checksumverifier.h index e326a64..9478382 100644 --- a/kftpgrabber/src/checksumverifier.h +++ b/kftpgrabber/src/checksumverifier.h @@ -53,7 +53,7 @@ class ChecksumVerifierThread; class ChecksumVerifier : public TQObject { friend class ChecksumVerifierThread; -Q_OBJECT +TQ_OBJECT public: enum Type { CheckMd5, diff --git a/kftpgrabber/src/directoryscanner.h b/kftpgrabber/src/directoryscanner.h index f13b65a..268d40c 100644 --- a/kftpgrabber/src/directoryscanner.h +++ b/kftpgrabber/src/directoryscanner.h @@ -53,7 +53,7 @@ namespace KFTPQueue { * @author Jernej Kos */ class DirectoryScanner : public TQObject { -Q_OBJECT +TQ_OBJECT friend class KFTPQueue::Manager; public: /** diff --git a/kftpgrabber/src/engine/connectionretry.h b/kftpgrabber/src/engine/connectionretry.h index 54b23fa..e66fd2e 100644 --- a/kftpgrabber/src/engine/connectionretry.h +++ b/kftpgrabber/src/engine/connectionretry.h @@ -52,7 +52,7 @@ class Event; */ class ConnectionRetry : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * Constructs a new ConnectionRetry class instance. diff --git a/kftpgrabber/src/engine/event.h b/kftpgrabber/src/engine/event.h index 78ec9dc..163356b 100644 --- a/kftpgrabber/src/engine/event.h +++ b/kftpgrabber/src/engine/event.h @@ -346,7 +346,7 @@ class Thread; * @author Jernej Kos */ class EventHandler : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * Construct a new event handler. diff --git a/kftpgrabber/src/engine/ftpsocket.h b/kftpgrabber/src/engine/ftpsocket.h index efc45d6..d462a65 100644 --- a/kftpgrabber/src/engine/ftpsocket.h +++ b/kftpgrabber/src/engine/ftpsocket.h @@ -57,7 +57,7 @@ class Ssl; */ class FtpSocket : public KNetwork::KStreamSocket, public Socket, public SpeedLimiterItem { -Q_OBJECT +TQ_OBJECT friend class Commands::Base; friend class FtpCommandConnect; friend class FtpCommandNegotiateData; diff --git a/kftpgrabber/src/engine/speedlimiter.h b/kftpgrabber/src/engine/speedlimiter.h index 019a9bd..c1048aa 100644 --- a/kftpgrabber/src/engine/speedlimiter.h +++ b/kftpgrabber/src/engine/speedlimiter.h @@ -50,7 +50,7 @@ class SpeedLimiterItem; * @author Jernej Kos */ class SpeedLimiter : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * Possible limit types. diff --git a/kftpgrabber/src/kftpbookmarkaction.h b/kftpgrabber/src/kftpbookmarkaction.h index d8cac7b..5a1bfed 100644 --- a/kftpgrabber/src/kftpbookmarkaction.h +++ b/kftpgrabber/src/kftpbookmarkaction.h @@ -56,7 +56,7 @@ namespace KFTPBookmarks { */ class KFTPWalletAction : public TDEAction { -Q_OBJECT +TQ_OBJECT public: KFTPWalletAction(const TQString &text, const TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name = 0); @@ -74,7 +74,7 @@ private: */ class KFTPZeroconfAction : public TDEAction { -Q_OBJECT +TQ_OBJECT public: KFTPZeroconfAction(const TQString &text, const TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name = 0); void setSite(DNSSD::RemoteService::Ptr service); @@ -91,7 +91,7 @@ private: */ class KFTPBookmarkAction : public TDEAction { -Q_OBJECT +TQ_OBJECT public: KFTPBookmarkAction(const TQString &text, const TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name = 0); diff --git a/kftpgrabber/src/kftpbookmarks.h b/kftpgrabber/src/kftpbookmarks.h index a32ddcf..b289889 100644 --- a/kftpgrabber/src/kftpbookmarks.h +++ b/kftpgrabber/src/kftpbookmarks.h @@ -99,7 +99,7 @@ private: }; class Manager : public TQObject { -Q_OBJECT +TQ_OBJECT public: static Manager *self(); Manager(); diff --git a/kftpgrabber/src/kftpqueue.h b/kftpgrabber/src/kftpqueue.h index d85f163..23117b8 100644 --- a/kftpgrabber/src/kftpqueue.h +++ b/kftpgrabber/src/kftpqueue.h @@ -182,7 +182,7 @@ private: * @author Jernej Kos */ class Manager : public TQObject { -Q_OBJECT +TQ_OBJECT friend class KFTPSession::Session; friend class KFTPSession::Connection; friend class ::KFTPQueueConverter; diff --git a/kftpgrabber/src/kftpqueueconverter.h b/kftpgrabber/src/kftpqueueconverter.h index 4bae63f..ff54961 100644 --- a/kftpgrabber/src/kftpqueueconverter.h +++ b/kftpgrabber/src/kftpqueueconverter.h @@ -50,7 +50,7 @@ This class provides queue export/import to XML files. */ class KFTPQueueConverter : public TQObject { -Q_OBJECT +TQ_OBJECT public: KFTPQueueConverter(TQObject *parent = 0, const char *name = 0); diff --git a/kftpgrabber/src/kftpqueueprocessor.h b/kftpgrabber/src/kftpqueueprocessor.h index cbfd52c..0b38cfa 100644 --- a/kftpgrabber/src/kftpqueueprocessor.h +++ b/kftpgrabber/src/kftpqueueprocessor.h @@ -51,7 +51,7 @@ namespace KFTPQueue { class KFTPQueueProcessor : public TQObject { friend class KFTPQueueManager; -Q_OBJECT +TQ_OBJECT public: KFTPQueueProcessor(TQObject *parent); diff --git a/kftpgrabber/src/kftpsession.h b/kftpgrabber/src/kftpsession.h index a033271..8519ccf 100644 --- a/kftpgrabber/src/kftpsession.h +++ b/kftpgrabber/src/kftpsession.h @@ -84,7 +84,7 @@ enum Side { */ class Connection : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. @@ -233,7 +233,7 @@ signals: */ class Session : public TQObject { -Q_OBJECT +TQ_OBJECT friend class KFTPWidgets::Browser::Actions; friend class Manager; friend class Connection; @@ -412,7 +412,7 @@ typedef TQPtrList SessionList; */ class Manager : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * Get a global manager instance. diff --git a/kftpgrabber/src/kftptransfer.h b/kftpgrabber/src/kftptransfer.h index 5202f17..a977b76 100644 --- a/kftpgrabber/src/kftptransfer.h +++ b/kftpgrabber/src/kftptransfer.h @@ -68,7 +68,7 @@ class TransferFile; */ class FailedTransfer : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * Constructs a new failed transfer object. The actual transfer @@ -129,7 +129,7 @@ friend class TransferDir; friend class Manager; friend class KFTPSession::Session; friend class KFTPSession::Connection; -Q_OBJECT +TQ_OBJECT public: Transfer(TQObject *parent, Type type); ~Transfer(); diff --git a/kftpgrabber/src/kftptransferdir.h b/kftpgrabber/src/kftptransferdir.h index 9637a20..d98a48d 100644 --- a/kftpgrabber/src/kftptransferdir.h +++ b/kftpgrabber/src/kftptransferdir.h @@ -52,7 +52,7 @@ namespace KFTPQueue { */ class TransferDir : public Transfer { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. diff --git a/kftpgrabber/src/kftptransferfile.h b/kftpgrabber/src/kftptransferfile.h index 0867001..f4b01b7 100644 --- a/kftpgrabber/src/kftptransferfile.h +++ b/kftpgrabber/src/kftptransferfile.h @@ -58,7 +58,7 @@ namespace KFTPQueue { */ class TransferFile : public Transfer { -Q_OBJECT +TQ_OBJECT friend class Manager; public: /** diff --git a/kftpgrabber/src/mainactions.h b/kftpgrabber/src/mainactions.h index 61a99fd..cba36e1 100644 --- a/kftpgrabber/src/mainactions.h +++ b/kftpgrabber/src/mainactions.h @@ -56,7 +56,7 @@ namespace KFTPWidgets { */ class MainActions : public TQObject { -Q_OBJECT +TQ_OBJECT friend class MainWindow; friend class KFTPWidgets::SystemTray; public: diff --git a/kftpgrabber/src/mainwindow.h b/kftpgrabber/src/mainwindow.h index 14a6d03..c162b7e 100644 --- a/kftpgrabber/src/mainwindow.h +++ b/kftpgrabber/src/mainwindow.h @@ -65,7 +65,7 @@ namespace Bookmarks { */ class MainWindow : public TDEMainWindow { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. diff --git a/kftpgrabber/src/misc/configbase.h b/kftpgrabber/src/misc/configbase.h index c72b078..e5fae6e 100644 --- a/kftpgrabber/src/misc/configbase.h +++ b/kftpgrabber/src/misc/configbase.h @@ -57,7 +57,7 @@ namespace KFTPCore { */ class ConfigBase : public TQObject, public TDEConfigSkeleton { -Q_OBJECT +TQ_OBJECT public: ConfigBase(const TQString &fileName); diff --git a/kftpgrabber/src/misc/customcommands/entry.h b/kftpgrabber/src/misc/customcommands/entry.h index 5cd3bde..e85dd55 100644 --- a/kftpgrabber/src/misc/customcommands/entry.h +++ b/kftpgrabber/src/misc/customcommands/entry.h @@ -56,7 +56,7 @@ namespace CustomCommands { * @author Jernej Kos */ class Entry : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * Possible parameter types. diff --git a/kftpgrabber/src/misc/customcommands/manager.h b/kftpgrabber/src/misc/customcommands/manager.h index 7899992..f76e0f1 100644 --- a/kftpgrabber/src/misc/customcommands/manager.h +++ b/kftpgrabber/src/misc/customcommands/manager.h @@ -59,7 +59,7 @@ namespace CustomCommands { * @author Jernej Kos */ class Manager : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * Class destructor. diff --git a/kftpgrabber/src/misc/customcommands/parameterentrydialog.h b/kftpgrabber/src/misc/customcommands/parameterentrydialog.h index c3f4251..3d741fb 100644 --- a/kftpgrabber/src/misc/customcommands/parameterentrydialog.h +++ b/kftpgrabber/src/misc/customcommands/parameterentrydialog.h @@ -51,7 +51,7 @@ namespace CustomCommands { * @author Jernej Kos */ class ParameterEntryDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. diff --git a/kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h b/kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h index 033ce2b..fdf4b57 100644 --- a/kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h +++ b/kftpgrabber/src/misc/interfaces/kftpbookmarkimportplugin.h @@ -44,7 +44,7 @@ * @author Jernej Kos */ class KDE_EXPORT KFTPBookmarkImportPlugin : public KParts::Plugin { -Q_OBJECT +TQ_OBJECT public: KFTPBookmarkImportPlugin(TQObject *parent, const char *name = 0); virtual ~KFTPBookmarkImportPlugin(); diff --git a/kftpgrabber/src/misc/kftpapi.h b/kftpgrabber/src/misc/kftpapi.h index e1503a3..dd60ec4 100644 --- a/kftpgrabber/src/misc/kftpapi.h +++ b/kftpgrabber/src/misc/kftpapi.h @@ -50,7 +50,7 @@ class KFTPZeroConf; */ class KFTPAPI : public TQObject { -Q_OBJECT +TQ_OBJECT friend class MainWindow; public: KFTPAPI(); diff --git a/kftpgrabber/src/misc/kftppluginmanager.h b/kftpgrabber/src/misc/kftppluginmanager.h index 24117ce..e9dfa56 100644 --- a/kftpgrabber/src/misc/kftppluginmanager.h +++ b/kftpgrabber/src/misc/kftppluginmanager.h @@ -51,7 +51,7 @@ class KFTPBookmarkImportPlugin; */ class KFTPPluginManager : public TQObject { -Q_OBJECT +TQ_OBJECT public: KFTPPluginManager(TQObject *parent = 0, const char *name = 0); static KFTPPluginManager *getInstance(); diff --git a/kftpgrabber/src/misc/kftpwalletconnection.h b/kftpgrabber/src/misc/kftpwalletconnection.h index ec730ba..2675b5a 100644 --- a/kftpgrabber/src/misc/kftpwalletconnection.h +++ b/kftpgrabber/src/misc/kftpwalletconnection.h @@ -46,7 +46,7 @@ Enables communication of KFTPGrabber with TDE's wallet system (TDEWallet) */ class KFTPWalletConnection : public TQObject { -Q_OBJECT +TQ_OBJECT public: KFTPWalletConnection(); ~KFTPWalletConnection(); diff --git a/kftpgrabber/src/misc/kftpzeroconf.h b/kftpgrabber/src/misc/kftpzeroconf.h index 6628706..2cc5f92 100644 --- a/kftpgrabber/src/misc/kftpzeroconf.h +++ b/kftpgrabber/src/misc/kftpzeroconf.h @@ -49,7 +49,7 @@ */ class KFTPZeroConf : public TQObject { -Q_OBJECT +TQ_OBJECT public: KFTPZeroConf(TQObject *parent = 0, const char *name = 0); ~KFTPZeroConf(); diff --git a/kftpgrabber/src/misc/plugins/bookmarkimport/filezilla3/kftpimportfz3plugin.h b/kftpgrabber/src/misc/plugins/bookmarkimport/filezilla3/kftpimportfz3plugin.h index 70ce526..bc106b4 100644 --- a/kftpgrabber/src/misc/plugins/bookmarkimport/filezilla3/kftpimportfz3plugin.h +++ b/kftpgrabber/src/misc/plugins/bookmarkimport/filezilla3/kftpimportfz3plugin.h @@ -46,7 +46,7 @@ */ class KFTPImportFz3Plugin : public KFTPBookmarkImportPlugin { -Q_OBJECT +TQ_OBJECT public: KFTPImportFz3Plugin(TQObject *parent, const char *name, const TQStringList&); diff --git a/kftpgrabber/src/misc/plugins/bookmarkimport/gftp/kftpimportgftpplugin.h b/kftpgrabber/src/misc/plugins/bookmarkimport/gftp/kftpimportgftpplugin.h index 766f816..03583d2 100644 --- a/kftpgrabber/src/misc/plugins/bookmarkimport/gftp/kftpimportgftpplugin.h +++ b/kftpgrabber/src/misc/plugins/bookmarkimport/gftp/kftpimportgftpplugin.h @@ -47,7 +47,7 @@ from "KBear by Bj�n Sahlstr� ". */ class KFTPImportGftpPlugin : public KFTPBookmarkImportPlugin { -Q_OBJECT +TQ_OBJECT public: KFTPImportGftpPlugin(TQObject *parent, const char *name, const TQStringList&); diff --git a/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/kftpimportkftpplugin.h b/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/kftpimportkftpplugin.h index e18043b..9f431a1 100644 --- a/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/kftpimportkftpplugin.h +++ b/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/kftpimportkftpplugin.h @@ -47,7 +47,7 @@ */ class KFTPImportKftpPlugin : public KFTPBookmarkImportPlugin { -Q_OBJECT +TQ_OBJECT public: KFTPImportKftpPlugin(TQObject *parent, const char *name, const TQStringList&); diff --git a/kftpgrabber/src/misc/plugins/bookmarkimport/ncftp/kftpimportncftpplugin.h b/kftpgrabber/src/misc/plugins/bookmarkimport/ncftp/kftpimportncftpplugin.h index 9109075..babfe43 100644 --- a/kftpgrabber/src/misc/plugins/bookmarkimport/ncftp/kftpimportncftpplugin.h +++ b/kftpgrabber/src/misc/plugins/bookmarkimport/ncftp/kftpimportncftpplugin.h @@ -45,7 +45,7 @@ This plugin can import NcFTP bookmarks into KFTPGrabber. */ class KFTPImportNcftpPlugin : public KFTPBookmarkImportPlugin { -Q_OBJECT +TQ_OBJECT public: KFTPImportNcftpPlugin(TQObject *parent, const char *name, const TQStringList&); diff --git a/kftpgrabber/src/queuegroup.h b/kftpgrabber/src/queuegroup.h index c879cb6..4d8b117 100644 --- a/kftpgrabber/src/queuegroup.h +++ b/kftpgrabber/src/queuegroup.h @@ -55,7 +55,7 @@ class Transfer; * @author Jernej Kos */ class QueueGroup : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. diff --git a/kftpgrabber/src/queueobject.h b/kftpgrabber/src/queueobject.h index 5283349..db56d9e 100644 --- a/kftpgrabber/src/queueobject.h +++ b/kftpgrabber/src/queueobject.h @@ -54,7 +54,7 @@ class QueueGroup; class QueueObject : public TQObject { friend class QueueGroup; -Q_OBJECT +TQ_OBJECT public: enum Type { File, diff --git a/kftpgrabber/src/site.h b/kftpgrabber/src/site.h index e574993..294f59f 100644 --- a/kftpgrabber/src/site.h +++ b/kftpgrabber/src/site.h @@ -49,7 +49,7 @@ namespace KFTPQueue { */ class Site : public QueueObject { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. diff --git a/kftpgrabber/src/statistics.h b/kftpgrabber/src/statistics.h index 0f72ed8..c343aea 100644 --- a/kftpgrabber/src/statistics.h +++ b/kftpgrabber/src/statistics.h @@ -78,7 +78,7 @@ private: */ class Statistics : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * Returns the global statistics class instance. diff --git a/kftpgrabber/src/widgets/balloon.h b/kftpgrabber/src/widgets/balloon.h index 9232be4..afa018c 100644 --- a/kftpgrabber/src/widgets/balloon.h +++ b/kftpgrabber/src/widgets/balloon.h @@ -50,7 +50,7 @@ namespace KFTPWidgets { */ class Balloon : public TQWidget { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. diff --git a/kftpgrabber/src/widgets/bookmarks/editor.h b/kftpgrabber/src/widgets/bookmarks/editor.h index f367dc6..4c5b492 100644 --- a/kftpgrabber/src/widgets/bookmarks/editor.h +++ b/kftpgrabber/src/widgets/bookmarks/editor.h @@ -62,7 +62,7 @@ class ListView; */ class BookmarkEditor : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: BookmarkEditor(TQWidget *parent = 0, const char *name = 0); BookmarkEditor(ListViewItem *item, TQWidget *parent = 0, const char *name = 0); diff --git a/kftpgrabber/src/widgets/bookmarks/editortls.h b/kftpgrabber/src/widgets/bookmarks/editortls.h index 1b1c6bc..ba72ca5 100644 --- a/kftpgrabber/src/widgets/bookmarks/editortls.h +++ b/kftpgrabber/src/widgets/bookmarks/editortls.h @@ -55,7 +55,7 @@ namespace Bookmarks { */ class BookmarkEditorTLS : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: BookmarkEditorTLS(TQWidget *parent = 0, const char *name = 0); ~BookmarkEditorTLS(); diff --git a/kftpgrabber/src/widgets/bookmarks/importwizard.h b/kftpgrabber/src/widgets/bookmarks/importwizard.h index 956991a..85d1c1c 100644 --- a/kftpgrabber/src/widgets/bookmarks/importwizard.h +++ b/kftpgrabber/src/widgets/bookmarks/importwizard.h @@ -63,7 +63,7 @@ private: */ class ImportWizard : public KFTPBookmarkImportLayout { -Q_OBJECT +TQ_OBJECT public: ImportWizard(TQWidget *parent = 0, const char *name = 0); private: diff --git a/kftpgrabber/src/widgets/bookmarks/listview.h b/kftpgrabber/src/widgets/bookmarks/listview.h index fb20cbc..11f7f55 100644 --- a/kftpgrabber/src/widgets/bookmarks/listview.h +++ b/kftpgrabber/src/widgets/bookmarks/listview.h @@ -84,7 +84,7 @@ private: */ class ListView : public KFTPWidgets::ListView { -Q_OBJECT +TQ_OBJECT public: ListView(KFTPBookmarks::Manager *bookmarks, TQWidget *parent = 0, const char *name = 0); diff --git a/kftpgrabber/src/widgets/bookmarks/sidebar.h b/kftpgrabber/src/widgets/bookmarks/sidebar.h index 19b51aa..822362f 100644 --- a/kftpgrabber/src/widgets/bookmarks/sidebar.h +++ b/kftpgrabber/src/widgets/bookmarks/sidebar.h @@ -55,7 +55,7 @@ class ListView; */ class Sidebar : public TQWidget { -Q_OBJECT +TQ_OBJECT public: Sidebar(TQWidget *parent = 0, const char *name = 0); ~Sidebar(); diff --git a/kftpgrabber/src/widgets/browser/actions.h b/kftpgrabber/src/widgets/browser/actions.h index 89224a9..96d4111 100644 --- a/kftpgrabber/src/widgets/browser/actions.h +++ b/kftpgrabber/src/widgets/browser/actions.h @@ -55,7 +55,7 @@ class View; */ class Actions : public TQObject { -Q_OBJECT +TQ_OBJECT friend class View; friend class DetailsView; public: diff --git a/kftpgrabber/src/widgets/browser/detailsview.h b/kftpgrabber/src/widgets/browser/detailsview.h index a06f16b..bd7aef5 100644 --- a/kftpgrabber/src/widgets/browser/detailsview.h +++ b/kftpgrabber/src/widgets/browser/detailsview.h @@ -61,7 +61,7 @@ class View; * @author Jernej Kos */ class DetailsView : public KFileDetailView { -Q_OBJECT +TQ_OBJECT public: /** * Maps the column indices of KFileDetailView to a diff --git a/kftpgrabber/src/widgets/browser/dirlister.h b/kftpgrabber/src/widgets/browser/dirlister.h index 0e6f9e1..81d5a1c 100644 --- a/kftpgrabber/src/widgets/browser/dirlister.h +++ b/kftpgrabber/src/widgets/browser/dirlister.h @@ -60,7 +60,7 @@ namespace Browser { * @author Jernej Kos */ class DirLister : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. diff --git a/kftpgrabber/src/widgets/browser/filterwidget.h b/kftpgrabber/src/widgets/browser/filterwidget.h index 8d7a208..611df63 100644 --- a/kftpgrabber/src/widgets/browser/filterwidget.h +++ b/kftpgrabber/src/widgets/browser/filterwidget.h @@ -52,7 +52,7 @@ class DetailsView; * @author Jernej Kos */ class FilterWidget : public TDEListViewSearchLine { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. diff --git a/kftpgrabber/src/widgets/browser/locationnavigator.h b/kftpgrabber/src/widgets/browser/locationnavigator.h index 961906e..a763b15 100644 --- a/kftpgrabber/src/widgets/browser/locationnavigator.h +++ b/kftpgrabber/src/widgets/browser/locationnavigator.h @@ -54,7 +54,7 @@ class DetailsView; * @author Jernej Kos */ class LocationNavigator : public TQObject { -Q_OBJECT +TQ_OBJECT public: /** * An Element instance represents one history element. The class contains diff --git a/kftpgrabber/src/widgets/browser/propsplugin.h b/kftpgrabber/src/widgets/browser/propsplugin.h index 286dfb6..866aa82 100644 --- a/kftpgrabber/src/widgets/browser/propsplugin.h +++ b/kftpgrabber/src/widgets/browser/propsplugin.h @@ -61,7 +61,7 @@ namespace Browser { */ class PropsPlugin : public KPropsDlgPlugin { -Q_OBJECT +TQ_OBJECT public: PropsPlugin(KPropertiesDialog *props, KFileItemList items); @@ -76,7 +76,7 @@ public: */ class PermissionsPropsPlugin : public KPropsDlgPlugin { -Q_OBJECT +TQ_OBJECT public: PermissionsPropsPlugin(KPropertiesDialog *props, KFileItemList items, KFTPSession::Session *session); diff --git a/kftpgrabber/src/widgets/browser/treeview.h b/kftpgrabber/src/widgets/browser/treeview.h index 909d2f9..093e1d0 100644 --- a/kftpgrabber/src/widgets/browser/treeview.h +++ b/kftpgrabber/src/widgets/browser/treeview.h @@ -57,7 +57,7 @@ class TreeViewItem; */ class TreeView : public TDEListView { -Q_OBJECT +TQ_OBJECT friend class ListView; friend class TreeViewItem; public: diff --git a/kftpgrabber/src/widgets/browser/view.h b/kftpgrabber/src/widgets/browser/view.h index 470ba05..ea949c5 100644 --- a/kftpgrabber/src/widgets/browser/view.h +++ b/kftpgrabber/src/widgets/browser/view.h @@ -78,7 +78,7 @@ class FilterWidget; */ class View : public TQWidget { -Q_OBJECT +TQ_OBJECT friend class Actions; friend class DetailsView; friend class ListView; diff --git a/kftpgrabber/src/widgets/configdialog.h b/kftpgrabber/src/widgets/configdialog.h index 0214d5c..ed5f14e 100644 --- a/kftpgrabber/src/widgets/configdialog.h +++ b/kftpgrabber/src/widgets/configdialog.h @@ -46,7 +46,7 @@ class ConfigFilter; */ class ConfigDialog : public TDEConfigDialog { -Q_OBJECT +TQ_OBJECT public: ConfigDialog(TQWidget *parent, const char *name = 0); diff --git a/kftpgrabber/src/widgets/configfilter.h b/kftpgrabber/src/widgets/configfilter.h index ae68b63..6130b4a 100644 --- a/kftpgrabber/src/widgets/configfilter.h +++ b/kftpgrabber/src/widgets/configfilter.h @@ -57,7 +57,7 @@ class FilterEditor; */ class ConfigFilter : public TQWidget { -Q_OBJECT +TQ_OBJECT public: ConfigFilter(TQWidget *parent = 0, const char *name = 0); diff --git a/kftpgrabber/src/widgets/failedtransfers.h b/kftpgrabber/src/widgets/failedtransfers.h index c82b4f4..0abfa51 100644 --- a/kftpgrabber/src/widgets/failedtransfers.h +++ b/kftpgrabber/src/widgets/failedtransfers.h @@ -76,7 +76,7 @@ private: */ class FailedTransfers : public TQWidget { -Q_OBJECT +TQ_OBJECT public: FailedTransfers(TQWidget *parent = 0, const char *name = 0); ~FailedTransfers(); diff --git a/kftpgrabber/src/widgets/filtereditor.h b/kftpgrabber/src/widgets/filtereditor.h index 2a0d490..0e1dfa4 100644 --- a/kftpgrabber/src/widgets/filtereditor.h +++ b/kftpgrabber/src/widgets/filtereditor.h @@ -60,7 +60,7 @@ class ListView; * @author Jernej Kos */ class FilterConditionWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. @@ -100,7 +100,7 @@ private: * @author Jernej Kos */ class FilterConditionWidgetLister : public WidgetLister { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. @@ -131,7 +131,7 @@ private: * @author Jernej Kos */ class FilterConditionsList : public TQGroupBox { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. @@ -167,7 +167,7 @@ private: * @author Jernej Kos */ class FilterActionWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. @@ -205,7 +205,7 @@ private: * @author Jernej Kos */ class FilterActionWidgetLister : public WidgetLister { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. @@ -236,7 +236,7 @@ private: * @author Jernej Kos */ class FilterActionsList : public TQGroupBox { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. @@ -267,7 +267,7 @@ private: * @author Jernej Kos */ class FilterListView : public TQGroupBox { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. @@ -345,7 +345,7 @@ private: * @author Jernej Kos */ class FilterEditor : public TQWidget { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. diff --git a/kftpgrabber/src/widgets/kftpselectserverdialog.h b/kftpgrabber/src/widgets/kftpselectserverdialog.h index 3996725..0da120b 100644 --- a/kftpgrabber/src/widgets/kftpselectserverdialog.h +++ b/kftpgrabber/src/widgets/kftpselectserverdialog.h @@ -55,7 +55,7 @@ namespace Bookmarks { */ class KFTPSelectServerDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: KFTPSelectServerDialog(TQWidget *parent = 0, const char *name = 0); diff --git a/kftpgrabber/src/widgets/kftpserverlineedit.h b/kftpgrabber/src/widgets/kftpserverlineedit.h index 10719e6..8875cb3 100644 --- a/kftpgrabber/src/widgets/kftpserverlineedit.h +++ b/kftpgrabber/src/widgets/kftpserverlineedit.h @@ -50,7 +50,7 @@ namespace KFTPBookmarks { */ class KFTPServerLineEdit : public TQWidget { -Q_OBJECT +TQ_OBJECT public: KFTPServerLineEdit(TQWidget *parent = 0, const char *name = 0, WFlags f = 0); ~KFTPServerLineEdit(); diff --git a/kftpgrabber/src/widgets/kftptabwidget.h b/kftpgrabber/src/widgets/kftptabwidget.h index 77f60e6..9aef9c0 100644 --- a/kftpgrabber/src/widgets/kftptabwidget.h +++ b/kftpgrabber/src/widgets/kftptabwidget.h @@ -44,7 +44,7 @@ class KFTPTabWidget : public KTabWidget { private: - Q_OBJECT + TQ_OBJECT public: KFTPTabWidget( TQWidget* parent = 0, const char* name = 0 ); diff --git a/kftpgrabber/src/widgets/kftpzeroconflistview.h b/kftpgrabber/src/widgets/kftpzeroconflistview.h index 1c2cc18..627c1f6 100644 --- a/kftpgrabber/src/widgets/kftpzeroconflistview.h +++ b/kftpgrabber/src/widgets/kftpzeroconflistview.h @@ -45,7 +45,7 @@ */ class KFTPZeroConfListView : public KFTPWidgets::ListView { -Q_OBJECT +TQ_OBJECT public: KFTPZeroConfListView(TQWidget *parent = 0, const char *name = 0); private slots: diff --git a/kftpgrabber/src/widgets/listview.h b/kftpgrabber/src/widgets/listview.h index 487e9e1..6fd7f24 100644 --- a/kftpgrabber/src/widgets/listview.h +++ b/kftpgrabber/src/widgets/listview.h @@ -45,7 +45,7 @@ namespace KFTPWidgets { */ class ListView : public TDEListView { -Q_OBJECT +TQ_OBJECT public: ListView(TQWidget *parent = 0, const char *name = 0); ~ListView(); diff --git a/kftpgrabber/src/widgets/logview.h b/kftpgrabber/src/widgets/logview.h index 2d94b00..f37d149 100644 --- a/kftpgrabber/src/widgets/logview.h +++ b/kftpgrabber/src/widgets/logview.h @@ -50,7 +50,7 @@ namespace KFTPWidgets { */ class LogView : public KTextEdit { -Q_OBJECT +TQ_OBJECT public: LogView(TQWidget *parent = 0, const char *name = 0); ~LogView(); diff --git a/kftpgrabber/src/widgets/multitabbar.h b/kftpgrabber/src/widgets/multitabbar.h index f1c0a28..de6298b 100644 --- a/kftpgrabber/src/widgets/multitabbar.h +++ b/kftpgrabber/src/widgets/multitabbar.h @@ -67,7 +67,7 @@ class MultiTabBarInternal; */ class MultiTabBar: public TQWidget { -Q_OBJECT +TQ_OBJECT friend class MultiTabBarButton; public: enum MultiTabBarMode { Horizontal, Vertical }; @@ -172,7 +172,7 @@ private: */ class MultiTabBarButton: public TQPushButton { -Q_OBJECT +TQ_OBJECT public: MultiTabBarButton(MultiTabBarInternal *tb, const TQPixmap& pic, const TQString&, TQPopupMenu *popup, int id, TQWidget *parent, MultiTabBar::MultiTabBarPosition pos, MultiTabBar::MultiTabBarStyle style); @@ -236,7 +236,7 @@ protected slots: */ class MultiTabBarTab: public MultiTabBarButton { -Q_OBJECT +TQ_OBJECT friend class MultiTabBarInternal; public: MultiTabBarTab(MultiTabBarInternal *tb, const TQPixmap &pic, const TQString&, int id, TQWidget *parent, diff --git a/kftpgrabber/src/widgets/multitabbar_p.h b/kftpgrabber/src/widgets/multitabbar_p.h index 6f392ff..d4c9bc5 100644 --- a/kftpgrabber/src/widgets/multitabbar_p.h +++ b/kftpgrabber/src/widgets/multitabbar_p.h @@ -45,7 +45,7 @@ namespace KFTPWidgets { class MultiTabBarInternal : public TQScrollView { -Q_OBJECT +TQ_OBJECT friend class MultiTabBar; public: MultiTabBarInternal(TQWidget *parent,MultiTabBar::MultiTabBarMode bm); diff --git a/kftpgrabber/src/widgets/popupmessage.h b/kftpgrabber/src/widgets/popupmessage.h index 1ed8331..6af2172 100644 --- a/kftpgrabber/src/widgets/popupmessage.h +++ b/kftpgrabber/src/widgets/popupmessage.h @@ -50,7 +50,7 @@ namespace KFTPWidgets { * Widget that animates itself into a position relative to an anchor widget. */ class PopupMessage : public OverlayWidget { -Q_OBJECT +TQ_OBJECT public: /** * Possible animation effects. diff --git a/kftpgrabber/src/widgets/queueview/queueeditor.h b/kftpgrabber/src/widgets/queueview/queueeditor.h index 97ff360..c004d1e 100644 --- a/kftpgrabber/src/widgets/queueview/queueeditor.h +++ b/kftpgrabber/src/widgets/queueview/queueeditor.h @@ -51,7 +51,7 @@ namespace KFTPWidgets { */ class QueueEditor : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: QueueEditor(TQWidget *parent = 0, const char *name = 0); diff --git a/kftpgrabber/src/widgets/queueview/queueview.h b/kftpgrabber/src/widgets/queueview/queueview.h index fd9f413..426049a 100644 --- a/kftpgrabber/src/widgets/queueview/queueview.h +++ b/kftpgrabber/src/widgets/queueview/queueview.h @@ -197,7 +197,7 @@ public: class QueueView : public TQWidget { friend class QueueViewItem; -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. diff --git a/kftpgrabber/src/widgets/queueview/threadview.h b/kftpgrabber/src/widgets/queueview/threadview.h index 33e7415..9e45fc8 100644 --- a/kftpgrabber/src/widgets/queueview/threadview.h +++ b/kftpgrabber/src/widgets/queueview/threadview.h @@ -51,7 +51,7 @@ class ListView; class ThreadViewItem : public TQObject, public TQListViewItem { -Q_OBJECT +TQ_OBJECT public: ThreadViewItem(KFTPSession::Session *session, TQListView *parent); ThreadViewItem(KFTPSession::Connection *conn, TQListViewItem *parent, int id); @@ -75,7 +75,7 @@ private slots: */ class ThreadView : public TQWidget { -Q_OBJECT +TQ_OBJECT public: ThreadView(TQWidget *parent = 0, const char *name = 0); ~ThreadView(); diff --git a/kftpgrabber/src/widgets/quickconnect.h b/kftpgrabber/src/widgets/quickconnect.h index 38b23b7..677e728 100644 --- a/kftpgrabber/src/widgets/quickconnect.h +++ b/kftpgrabber/src/widgets/quickconnect.h @@ -59,7 +59,7 @@ namespace Bookmarks { */ class QuickConnectDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: QuickConnectDialog(TQWidget *parent = 0, const char *name = 0); ~QuickConnectDialog(); diff --git a/kftpgrabber/src/widgets/searchdialog.h b/kftpgrabber/src/widgets/searchdialog.h index 514cf79..48c14e9 100644 --- a/kftpgrabber/src/widgets/searchdialog.h +++ b/kftpgrabber/src/widgets/searchdialog.h @@ -59,7 +59,7 @@ namespace KFTPWidgets { */ class SearchDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. diff --git a/kftpgrabber/src/widgets/sidebar.h b/kftpgrabber/src/widgets/sidebar.h index d963dfc..0960266 100644 --- a/kftpgrabber/src/widgets/sidebar.h +++ b/kftpgrabber/src/widgets/sidebar.h @@ -64,7 +64,7 @@ class MultiTabBarTab; */ class Sidebar : public TQWidget { -Q_OBJECT +TQ_OBJECT friend class Splitter; public: enum Position { diff --git a/kftpgrabber/src/widgets/systemtray.h b/kftpgrabber/src/widgets/systemtray.h index cf40eab..79b8a82 100644 --- a/kftpgrabber/src/widgets/systemtray.h +++ b/kftpgrabber/src/widgets/systemtray.h @@ -55,7 +55,7 @@ class Balloon; */ class SystemTray : public KSystemTray { -Q_OBJECT +TQ_OBJECT public: /** * Get the global system tray instance. diff --git a/kftpgrabber/src/widgets/trafficgraph.h b/kftpgrabber/src/widgets/trafficgraph.h index 6c32982..3905666 100644 --- a/kftpgrabber/src/widgets/trafficgraph.h +++ b/kftpgrabber/src/widgets/trafficgraph.h @@ -54,7 +54,7 @@ namespace KFTPWidgets { */ class TrafficGraph : public TQWidget { -Q_OBJECT +TQ_OBJECT public: TrafficGraph(TQWidget *parent = 0, const char *name = 0); ~TrafficGraph(); diff --git a/kftpgrabber/src/widgets/verifier.h b/kftpgrabber/src/widgets/verifier.h index f5efe42..7bbb4a2 100644 --- a/kftpgrabber/src/widgets/verifier.h +++ b/kftpgrabber/src/widgets/verifier.h @@ -53,7 +53,7 @@ namespace KFTPWidgets { */ class Verifier : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: Verifier(TQWidget *parent = 0, const char *name = 0); ~Verifier(); diff --git a/kftpgrabber/src/widgets/widgetlister.h b/kftpgrabber/src/widgets/widgetlister.h index bda65c5..78c0f26 100644 --- a/kftpgrabber/src/widgets/widgetlister.h +++ b/kftpgrabber/src/widgets/widgetlister.h @@ -54,7 +54,7 @@ namespace KFTPWidgets { */ class WidgetLister : public TQWidget { -Q_OBJECT +TQ_OBJECT public: /** * Class constructor. -- cgit v1.2.3