Remove various '#define' with actual strings - part 2

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/29/head
Michele Calgaro 5 months ago
parent 94ed8a9b4f
commit 75b439a11f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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)))

Loading…
Cancel
Save