summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 17:21:13 +0900
commitba0125da0228f6da828a083631845c8b43ba3f39 (patch)
tree186cb740b1017de501e21742f9e098b7efe8ab2f /tdefile-plugins
parentf92dcefd4a64dd894569c235f11a7ba883e0a842 (diff)
downloadtdeadmin-ba0125da0228f6da828a083631845c8b43ba3f39.tar.gz
tdeadmin-ba0125da0228f6da828a083631845c8b43ba3f39.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 416c6f3ee66fc83ef557b383b90ebf79d77c1867)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/deb/tdefile_deb.h2
-rw-r--r--tdefile-plugins/rpm/tdefile_rpm.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdefile-plugins/deb/tdefile_deb.h b/tdefile-plugins/deb/tdefile_deb.h
index 3b8a9ab..c3507d7 100644
--- a/tdefile-plugins/deb/tdefile_deb.h
+++ b/tdefile-plugins/deb/tdefile_deb.h
@@ -26,7 +26,7 @@ class TQStringList;
class KDebPlugin: public KFilePlugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/tdefile-plugins/rpm/tdefile_rpm.h b/tdefile-plugins/rpm/tdefile_rpm.h
index 028f374..3e8d19a 100644
--- a/tdefile-plugins/rpm/tdefile_rpm.h
+++ b/tdefile-plugins/rpm/tdefile_rpm.h
@@ -26,7 +26,7 @@ class TQStringList;
class KRpmPlugin: public KFilePlugin
{
- Q_OBJECT
+ TQ_OBJECT
public: