diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 18:31:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 19:45:53 +0900 |
commit | fae2d3add14c5d0dc6a7b16d079844ceab2e3dc5 (patch) | |
tree | ab3ba0860679c74551d83a129be0763cc8cb4193 /qtinterface/tqt.h.cmake | |
parent | 872c778e98b3f45679c99a51bd873e6ae039c838 (diff) | |
download | tqtinterface-fae2d3add14c5d0dc6a7b16d079844ceab2e3dc5.tar.gz tqtinterface-fae2d3add14c5d0dc6a7b16d079844ceab2e3dc5.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit abc07a72ce7dc957e365406877ac73e32241e688)
Diffstat (limited to 'qtinterface/tqt.h.cmake')
-rw-r--r-- | qtinterface/tqt.h.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index bda5ea0..e391ce8 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -54,9 +54,6 @@ Boston, MA 02110-1301, USA. #endif /* Q_WS_X11 */ #define Qt TQt -#ifndef TQT_NO_COMPAT_NAMES -#define Q_OBJECT TQ_OBJECT -#endif /* TQT_NO_COMPAT_NAMES */ #define TQ_INLINE_TEMPLATES Q_INLINE_TEMPLATES #define TQ_DUMMY_COMPARISON_OPERATOR Q_DUMMY_COMPARISON_OPERATOR |