diff options
author | Michele Calgaro <[email protected]> | 2023-12-23 11:56:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-23 11:56:31 +0900 |
commit | 12e1fb1a13b5d4e17220b264086d82c541efc166 (patch) | |
tree | a39e416d12a84d2d6550f9e0a4874bd8ed2eaaba | |
parent | 4af33d4ba39e44b4f5e96e4afa3c6a01404531e4 (diff) | |
download | tqtinterface-12e1fb1a13b5d4e17220b264086d82c541efc166.tar.gz tqtinterface-12e1fb1a13b5d4e17220b264086d82c541efc166.zip |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]>
-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 */ |