diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-23 11:31:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-23 11:51:11 +0900 |
commit | f3d5db9ebd5dd3895b39cfb75e0a26fa3e0d742c (patch) | |
tree | 9f3bb8828f5da9caba4539e84f8418d5855b052d | |
parent | 8a3ee3cf013304bf6e4591b3751e35fcac7bf302 (diff) | |
download | tqtinterface-f3d5db9ebd5dd3895b39cfb75e0a26fa3e0d742c.tar.gz tqtinterface-f3d5db9ebd5dd3895b39cfb75e0a26fa3e0d742c.zip |
Remove various '#define' with actual strings - part 2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 75b439a11fe1714974a37341d4f7ce643ddb274d)
-rw-r--r-- | qtinterface/tqt.h.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index 806c3f0..bbf3f6b 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -106,18 +106,6 @@ Boston, MA 02110-1301, USA. #define TQ_ControlElement ControlElement #define TQ_ComplexControl ComplexControl -#define static_TQUType_int static_QUType_int -#define static_TQUType_TQString static_QUType_TQString -#define static_TQUType_ptr static_QUType_ptr -#define static_TQUType_bool static_QUType_bool -#define static_TQUType_varptr static_QUType_varptr -#define static_TQUType_charstar static_QUType_charstar - -#define tqreadBlock readBlock -#define tqwriteBlock writeBlock -#define TQT_TQIO_LONG TQ_LONG -#define TQT_TQIO_ULONG TQ_ULONG - #define TQT_TQOBJECT(x) (static_cast<TQObject*>(static_cast<TQObject*>(x))) #define TQT_TQWIDGET(x) (static_cast<TQWidget*>(static_cast<TQWidget*>(x))) #define TQT_TQSIZEPOLICY(x) (static_cast<TQSizePolicy*>(static_cast<TQSizePolicy*>(x))) |