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-25 12:58:40 +0900
commit720d37f02648f5d7fe388af557a38d84fa165b4f (patch)
treeeb4cafe2fba307b3efdfdbc8cb52f02d748626f2
parent259e5fb4046e870d72142a2b5f784f3e128489a1 (diff)
downloadwlassistant-720d37f0.tar.gz
wlassistant-720d37f0.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aaa3bcc73f84585d73c5ee60aaa0b8560c35c9b4)
-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: