diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-30 21:50:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-30 21:50:19 +0900 |
commit | ec9cf3ae06054bfa228b33100282abb3c4fb37cb (patch) | |
tree | 4c35f402de42c4f9e065ddb8d415f38d4deb6912 | |
parent | 6b5eefd6b21b7a9ba27c238dc1acf7ee76344559 (diff) | |
download | tqtinterface-ec9cf3ae06054bfa228b33100282abb3c4fb37cb.tar.gz tqtinterface-ec9cf3ae06054bfa228b33100282abb3c4fb37cb.zip |
Remove 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | qtinterface/tqt.h.cmake | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index d105d44..4370c97 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -78,19 +78,5 @@ Boston, MA 02110-1301, USA. #define TQT_TQVARIANT(x) (static_cast<TQVariant*>(static_cast<TQVariant*>(x))) #define TQT_TQMETAOBJECT(x) (static_cast<TQMetaObject*>(static_cast<TQMetaObject*>(x))) #define TQT_TQSTYLEOPTION(x) (static_cast<TQStyleOption*>(static_cast<TQStyleOption*>(x))) -#define TQT_TQEVENT(x) (static_cast<TQEvent*>(static_cast<TQEvent*>(x))) -#define TQT_TQKEYEVENT(x) (static_cast<TQKeyEvent*>(static_cast<TQKeyEvent*>(static_cast<TQEvent*>(x)))) -#define TQT_TQMOVEEVENT(x) (static_cast<TQMoveEvent*>(static_cast<TQMoveEvent*>(static_cast<TQEvent*>(x)))) -#define TQT_TQSHOWEVENT(x) (static_cast<TQShowEvent*>(static_cast<TQShowEvent*>(static_cast<TQEvent*>(x)))) -#define TQT_TQMOUSEEVENT(x) (static_cast<TQMouseEvent*>(static_cast<TQMouseEvent*>(static_cast<TQEvent*>(x)))) -#define TQT_TQWHEELEVENT(x) (static_cast<TQWheelEvent*>(static_cast<TQWheelEvent*>(static_cast<TQEvent*>(x)))) -#define TQT_TQFOCUSEVENT(x) (static_cast<TQFocusEvent*>(static_cast<TQFocusEvent*>(static_cast<TQEvent*>(x)))) -#define TQT_TQPAINTEVENT(x) (static_cast<TQPaintEvent*>(static_cast<TQPaintEvent*>(static_cast<TQEvent*>(x)))) -#define TQT_TQCHILDEVENT(x) (static_cast<TQChildEvent*>(static_cast<TQChildEvent*>(static_cast<TQEvent*>(x)))) -#define TQT_TQCLOSEEVENT(x) (static_cast<TQCloseEvent*>(static_cast<TQCloseEvent*>(static_cast<TQEvent*>(x)))) -#define TQT_TQTIMEREVENT(x) (static_cast<TQTimerEvent*>(static_cast<TQTimerEvent*>(static_cast<TQEvent*>(x)))) -#define TQT_TQRESIZEEVENT(x) (static_cast<TQResizeEvent*>(static_cast<TQResizeEvent*>(static_cast<TQEvent*>(x)))) -#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)))) #endif /* TQT_H */ |