summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/installer/kmfinstallerplugin.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:57:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 12:53:19 +0900
commitc37c472cc5318b6ef2d257de62482898a046753d (patch)
tree16c9a951eaa3f74d0f2d10c0026d6ecf6b5ecb5f /kmyfirewall/installer/kmfinstallerplugin.h
parent1ce97b1804aa2f33221004cf24758314e4e1f7a1 (diff)
downloadkmyfirewall-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.h4
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 );