diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:58:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:58:12 +0900 |
commit | aaa3bcc73f84585d73c5ee60aaa0b8560c35c9b4 (patch) | |
tree | e82d8c9ff548a81f20a3d01cbef6f002eda1bc1c /src/ui_netparamsedit.h | |
parent | 82d7c4d3cd8c4aa5f99e068bedd03f1a525f3f93 (diff) | |
download | wlassistant-aaa3bcc73f84585d73c5ee60aaa0b8560c35c9b4.tar.gz wlassistant-aaa3bcc73f84585d73c5ee60aaa0b8560c35c9b4.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/ui_netparamsedit.h')
-rw-r--r-- | src/ui_netparamsedit.h | 2 |
1 files changed, 1 insertions, 1 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: |