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-20 15:05:17 +0900
commit416c6f3ee66fc83ef557b383b90ebf79d77c1867 (patch)
tree4addecb7f639f45822cdf693fbe9be456a9e3b2d /tdefile-plugins
parent387cce9ec6a697970b6b0eac887ebfb714715a87 (diff)
downloadtdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.tar.gz
tdeadmin-416c6f3ee66fc83ef557b383b90ebf79d77c1867.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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: