diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-12 19:00:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-18 21:45:39 +0900 |
commit | 70a2ba29c71388acdd720e623ae019cc45a0c30f (patch) | |
tree | bb9d50ca9a0d9b4b3e20e8c8c17859930f255832 | |
parent | c6292c1d6514de7c7904a19de4d82347f8f6cc78 (diff) | |
download | tqtinterface-70a2ba29c71388acdd720e623ae019cc45a0c30f.tar.gz tqtinterface-70a2ba29c71388acdd720e623ae019cc45a0c30f.zip |
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5b7f613d832f7d71e1976801ed7bf8d0cdfcfd4b)
-rw-r--r-- | qtinterface/tqt.h.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index c3d0eeb..92d90e7 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -249,10 +249,6 @@ Boston, MA 02110-1301, USA. #define TQT_TQTABLETEVENT(x) (static_cast<TQTabletEvent*>(static_cast<TQTabletEvent*>(static_cast<TQEvent*>(x)))) #define TQT_TQCONTEXTMENUEVENT(x) (static_cast<TQContextMenuEvent*>(static_cast<TQContextMenuEvent*>(static_cast<TQEvent*>(x)))) -#define TQT_BASE_OBJECT_NAME TQObject -#define TQT_BASE_OBJECT(x) (static_cast<TQT_BASE_OBJECT_NAME*>(x)) -#define TQT_BASE_OBJECT_CONST(x) (static_cast<const TQT_BASE_OBJECT_NAME*>(x)) - #define setTqmaximumSize setMaximumSize #define setTqminimumSize setMinimumSize #define setTqalignment setAlignment |