diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:57:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-25 12:53:19 +0900 |
commit | c37c472cc5318b6ef2d257de62482898a046753d (patch) | |
tree | 16c9a951eaa3f74d0f2d10c0026d6ecf6b5ecb5f /kmyfirewall/installer/kmfinstallerplugin.h | |
parent | 1ce97b1804aa2f33221004cf24758314e4e1f7a1 (diff) | |
download | kmyfirewall-c37c472c.tar.gz kmyfirewall-c37c472c.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e5de7fd1311dc635c899654844168b23b19dd405)
Diffstat (limited to 'kmyfirewall/installer/kmfinstallerplugin.h')
-rw-r--r-- | kmyfirewall/installer/kmfinstallerplugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmyfirewall/installer/kmfinstallerplugin.h b/kmyfirewall/installer/kmfinstallerplugin.h index 895fb1f..949163c 100644 --- a/kmyfirewall/installer/kmfinstallerplugin.h +++ b/kmyfirewall/installer/kmfinstallerplugin.h @@ -44,7 +44,7 @@ class KMFTarget; * @author Christian Hubinger <chubinger@irrsinnig.org> */ class KMFInstallerPlugin : public KMFPlugin { - Q_OBJECT + TQ_OBJECT public: /** @@ -102,7 +102,7 @@ private: }; class KMFInstallerPluginFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: KMFInstallerPluginFactory( TQObject *parent = 0, const char *name = 0 ); |