summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:30:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:30:53 +0900
commit8eb63c9c2cae9638e72c2e043fe15366ece121bc (patch)
tree2cb49c513cf9142ac8d190176f096fdd3ac7e33b
parent0e6fbcd9abc3e00427ea1cfb6eb900dd864a1752 (diff)
downloadfilelight-8eb63c9c2cae9638e72c2e043fe15366ece121bc.tar.gz
filelight-8eb63c9c2cae9638e72c2e043fe15366ece121bc.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/app/historyAction.h2
-rw-r--r--src/app/mainWindow.h2
-rw-r--r--src/part/part.h2
-rw-r--r--src/part/progressBox.h2
-rw-r--r--src/part/radialMap/widget.h2
-rw-r--r--src/part/remoteLister.h2
-rw-r--r--src/part/scan.h2
-rw-r--r--src/part/settingsDialog.h2
-rw-r--r--src/part/summaryWidget.h2
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: