summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:55:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:55:22 +0900
commitd0adc847dde91240f7726b98a0113807e30cf591 (patch)
treeed7b82bd91b1c462d575584b071931bd0cdce281
parentfb1e7c0ab5cd5355732fe668a9ce3210346a52db (diff)
downloadkdpkg-d0adc847dde91240f7726b98a0113807e30cf591.tar.gz
kdpkg-d0adc847dde91240f7726b98a0113807e30cf591.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kdpkg-install/console.h2
-rw-r--r--kdpkg-install/install.h2
-rw-r--r--kdpkg-install/process.h2
-rw-r--r--kdpkg/kdpkg.h2
-rw-r--r--kdpkg/process.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/kdpkg-install/console.h b/kdpkg-install/console.h
index 38c75c0..8232731 100644
--- a/kdpkg-install/console.h
+++ b/kdpkg-install/console.h
@@ -31,7 +31,7 @@
class console : public Widget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kdpkg-install/install.h b/kdpkg-install/install.h
index 4af5f4b..381c58f 100644
--- a/kdpkg-install/install.h
+++ b/kdpkg-install/install.h
@@ -29,7 +29,7 @@
class install : public InstallDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kdpkg-install/process.h b/kdpkg-install/process.h
index 6a23639..b62580f 100644
--- a/kdpkg-install/process.h
+++ b/kdpkg-install/process.h
@@ -12,7 +12,7 @@ class Process;
class Process : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kdpkg/kdpkg.h b/kdpkg/kdpkg.h
index ba78891..4eb768c 100644
--- a/kdpkg/kdpkg.h
+++ b/kdpkg/kdpkg.h
@@ -29,7 +29,7 @@
class kdpkg : public KdpkgDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kdpkg/process.h b/kdpkg/process.h
index 6a23639..b62580f 100644
--- a/kdpkg/process.h
+++ b/kdpkg/process.h
@@ -12,7 +12,7 @@ class Process;
class Process : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public: