From aaa3bcc73f84585d73c5ee60aaa0b8560c35c9b4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:58:12 +0900 Subject: [PATCH] Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/ui_netparamsedit.h | 2 +- src/ui_netparamswizard.h | 2 +- src/wlassistant.h | 2 +- 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: