diff options
-rw-r--r-- | src/ui_netparamsedit.h | 2 | ||||
-rw-r--r-- | src/ui_netparamswizard.h | 2 | ||||
-rw-r--r-- | 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: |