From 12e1fb1a13b5d4e17220b264086d82c541efc166 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Dec 2023 11:56:31 +0900 Subject: [PATCH] Remove various '#define' strings - part 6 Signed-off-by: Michele Calgaro --- qtinterface/tqt.h.cmake | 3 --- 1 file changed, 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(static_cast(x))) -#define TQT_TQWIDGET(x) (static_cast(static_cast(x))) - #endif /* TQT_H */