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-25 12:58:40 +0900 |
commit | 720d37f02648f5d7fe388af557a38d84fa165b4f (patch) | |
tree | eb4cafe2fba307b3efdfdbc8cb52f02d748626f2 /src/wlassistant.h | |
parent | 259e5fb4046e870d72142a2b5f784f3e128489a1 (diff) | |
download | wlassistant-720d37f02648f5d7fe388af557a38d84fa165b4f.tar.gz wlassistant-720d37f02648f5d7fe388af557a38d84fa165b4f.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aaa3bcc73f84585d73c5ee60aaa0b8560c35c9b4)
Diffstat (limited to 'src/wlassistant.h')
-rw-r--r-- | src/wlassistant.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |