From 8eb63c9c2cae9638e72c2e043fe15366ece121bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:30:53 +0900 Subject: [PATCH] Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/app/historyAction.h | 2 +- src/app/mainWindow.h | 2 +- src/part/part.h | 2 +- src/part/progressBox.h | 2 +- src/part/radialMap/widget.h | 2 +- src/part/remoteLister.h | 2 +- src/part/scan.h | 2 +- src/part/settingsDialog.h | 2 +- src/part/summaryWidget.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/historyAction.h b/src/app/historyAction.h index cd9b60a..aa056a6 100644 --- a/src/app/historyAction.h +++ b/src/app/historyAction.h @@ -39,7 +39,7 @@ private: class HistoryCollection : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h index 6d41f8e..a705b54 100644 --- a/src/app/mainWindow.h +++ b/src/app/mainWindow.h @@ -35,7 +35,7 @@ class Part; class MainWindow : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/part/part.h b/src/part/part.h index 2555ea7..ba027ac 100644 --- a/src/part/part.h +++ b/src/part/part.h @@ -28,7 +28,7 @@ namespace Filelight class Part : public KParts::ReadOnlyPart { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/part/progressBox.h b/src/part/progressBox.h index 7bfa882..a628567 100644 --- a/src/part/progressBox.h +++ b/src/part/progressBox.h @@ -12,7 +12,7 @@ namespace TDEIO { class Job; } class ProgressBox : public TQLabel { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/part/radialMap/widget.h b/src/part/radialMap/widget.h index 3b8ae00..7e996d4 100644 --- a/src/part/radialMap/widget.h +++ b/src/part/radialMap/widget.h @@ -52,7 +52,7 @@ namespace RadialMap class Widget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/part/remoteLister.h b/src/part/remoteLister.h index f284fc8..56d31c5 100644 --- a/src/part/remoteLister.h +++ b/src/part/remoteLister.h @@ -10,7 +10,7 @@ namespace Filelight { class RemoteLister : public KDirLister { - Q_OBJECT + TQ_OBJECT public: RemoteLister( const KURL &url, TQWidget *parent ); diff --git a/src/part/scan.h b/src/part/scan.h index 8ca66ec..28ec2a6 100644 --- a/src/part/scan.h +++ b/src/part/scan.h @@ -15,7 +15,7 @@ namespace Filelight { class ScanManager : public TQObject { - Q_OBJECT + TQ_OBJECT friend class LocalLister; diff --git a/src/part/settingsDialog.h b/src/part/settingsDialog.h index e929a8d..c748267 100644 --- a/src/part/settingsDialog.h +++ b/src/part/settingsDialog.h @@ -10,7 +10,7 @@ class SettingsDialog : public Dialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/part/summaryWidget.h b/src/part/summaryWidget.h index ddca7ef..7f82c35 100644 --- a/src/part/summaryWidget.h +++ b/src/part/summaryWidget.h @@ -9,7 +9,7 @@ class SummaryWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: