diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-23 11:56:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-27 11:43:13 +0900 |
commit | 7850ec9928dce59d64a824bc33f7571c3ec15cda (patch) | |
tree | d18883a1c394c66ffadc504589490d02f77bd348 /qtinterface/tqt.h.cmake | |
parent | aee37a80296ade851110abb0b6e4092b8c37ff78 (diff) | |
download | tqtinterface-7850ec9928dce59d64a824bc33f7571c3ec15cda.tar.gz tqtinterface-7850ec9928dce59d64a824bc33f7571c3ec15cda.zip |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 12e1fb1a13b5d4e17220b264086d82c541efc166)
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 04ebb33..dda4991 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -54,7 +54,4 @@ Boston, MA 02110-1301, USA. #define tqmoc moc #define TQMOC MOC -#define TQT_TQOBJECT(x) (static_cast<TQObject*>(static_cast<TQObject*>(x))) -#define TQT_TQWIDGET(x) (static_cast<TQWidget*>(static_cast<TQWidget*>(x))) - #endif /* TQT_H */ |