summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:58:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:58:12 +0900
commitaaa3bcc73f84585d73c5ee60aaa0b8560c35c9b4 (patch)
treee82d8c9ff548a81f20a3d01cbef6f002eda1bc1c
parent82d7c4d3cd8c4aa5f99e068bedd03f1a525f3f93 (diff)
downloadwlassistant-aaa3bcc73f84585d73c5ee60aaa0b8560c35c9b4.tar.gz
wlassistant-aaa3bcc73f84585d73c5ee60aaa0b8560c35c9b4.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/ui_netparamsedit.h2
-rw-r--r--src/ui_netparamswizard.h2
-rw-r--r--src/wlassistant.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ui_netparamsedit.h b/src/ui_netparamsedit.h
index 158e8b9..972b627 100644
--- a/src/ui_netparamsedit.h
+++ b/src/ui_netparamsedit.h
@@ -27,7 +27,7 @@ class WANetParams;
class ui_NetParamsEdit : public netProperties
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/ui_netparamswizard.h b/src/ui_netparamswizard.h
index 651af37..239e0fc 100644
--- a/src/ui_netparamswizard.h
+++ b/src/ui_netparamswizard.h
@@ -29,7 +29,7 @@
class WANetParams;
class ui_NetParamsWizard : public NetParamsWizard
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/wlassistant.h b/src/wlassistant.h
index 4edc36d..0bb3497 100644
--- a/src/wlassistant.h
+++ b/src/wlassistant.h
@@ -37,7 +37,7 @@ class NetListViewItem;
class WirelessAssistant : public mainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public: