diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:17 +0900 |
commit | 416c6f3ee66fc83ef557b383b90ebf79d77c1867 (patch) | |
tree | 4addecb7f639f45822cdf693fbe9be456a9e3b2d /tdefile-plugins | |
parent | 387cce9ec6a697970b6b0eac887ebfb714715a87 (diff) | |
download | tdeadmin-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.h | 2 | ||||
-rw-r--r-- | tdefile-plugins/rpm/tdefile_rpm.h | 2 |
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: |