diff options
author | Michele Calgaro <[email protected]> | 2023-11-23 11:31:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-23 11:31:31 +0900 |
commit | 75b439a11fe1714974a37341d4f7ce643ddb274d (patch) | |
tree | 1972426fb788746363600fd23d3d95f63a33609e /qtinterface | |
parent | 94ed8a9b4f2872ecd1eafffd954cf702b42d36eb (diff) | |
download | tqtinterface-75b439a11fe1714974a37341d4f7ce643ddb274d.tar.gz tqtinterface-75b439a11fe1714974a37341d4f7ce643ddb274d.zip |
Remove various '#define' with actual strings - part 2
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'qtinterface')
-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))) |