summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/ipteditor
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/ipteditor
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/ipteditor')
-rw-r--r--kmyfirewall/ipteditor/kmfchainedit.h2
-rw-r--r--kmyfirewall/ipteditor/kmfipteditorpart.h4
-rw-r--r--kmyfirewall/ipteditor/kmfnewchaindlg.h2
-rw-r--r--kmyfirewall/ipteditor/kmfruleedit.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/kmyfirewall/ipteditor/kmfchainedit.h b/kmyfirewall/ipteditor/kmfchainedit.h
index 5d83f13..e539885 100644
--- a/kmyfirewall/ipteditor/kmfchainedit.h
+++ b/kmyfirewall/ipteditor/kmfchainedit.h
@@ -26,7 +26,7 @@
namespace KMF {
class KMFChainEdit : public KMyFirewallChainEditor {
- Q_OBJECT
+ TQ_OBJECT
public:
KMFChainEdit( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
diff --git a/kmyfirewall/ipteditor/kmfipteditorpart.h b/kmyfirewall/ipteditor/kmfipteditorpart.h
index 0b35a7f..8186e34 100644
--- a/kmyfirewall/ipteditor/kmfipteditorpart.h
+++ b/kmyfirewall/ipteditor/kmfipteditorpart.h
@@ -40,7 +40,7 @@ class KMFIPTDocOptions;
class KMFIPTEditorPart : public KParts::ReadWritePart
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -107,7 +107,7 @@ private:
class KMFIPTEditorPartFactory : public KParts::Factory
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMFIPTEditorPartFactory();
diff --git a/kmyfirewall/ipteditor/kmfnewchaindlg.h b/kmyfirewall/ipteditor/kmfnewchaindlg.h
index 02d31e1..78bd40f 100644
--- a/kmyfirewall/ipteditor/kmfnewchaindlg.h
+++ b/kmyfirewall/ipteditor/kmfnewchaindlg.h
@@ -32,7 +32,7 @@ class KMFErrorHandler;
class KMFCheckInput;
class KMFNewChainDlg : public KMyFirewallChainEditorNewChain {
- Q_OBJECT
+ TQ_OBJECT
public:
KMFNewChainDlg( TQWidget *parent = 0, const char *name = 0, bool modal = FALSE, WFlags fl = 0 );
diff --git a/kmyfirewall/ipteditor/kmfruleedit.h b/kmyfirewall/ipteditor/kmfruleedit.h
index 2b4c585..5ed663a 100644
--- a/kmyfirewall/ipteditor/kmfruleedit.h
+++ b/kmyfirewall/ipteditor/kmfruleedit.h
@@ -58,7 +58,7 @@ class KMFMainWindow;
class KMFMyNetworkWidget;
class KMFRuleEdit : public KMyFirewallRuleEditor, public KMFRuleEditInterface {
- Q_OBJECT
+ TQ_OBJECT
public: