Fix compilation of programs under native TQt3

pull/1/head
Timothy Pearson 13 years ago
parent 4ef8595d9c
commit d5e3bdc3de

@ -50,8 +50,6 @@ Boston, MA 02110-1301, USA.
#include <qglobal.h>
#ifndef TQT_REAL_TQT
#ifdef QT_NO_SQL
#define TQT_NO_SQL
#endif /* QT_NO_SQL */
@ -62,6 +60,8 @@ Boston, MA 02110-1301, USA.
#define TQ_OBJECT /* UNUSED */
#ifndef TQT_REAL_TQT
#define TQWIDGETSIZE_MAX QWIDGETSIZE_MAX
#define TQ_INLINE_TEMPLATES Q_INLINE_TEMPLATES
#define TQ_DUMMY_COMPARISON_OPERATOR Q_DUMMY_COMPARISON_OPERATOR
@ -1064,6 +1064,8 @@ Boston, MA 02110-1301, USA.
#define TQ_ControlElement ControlElement
#define TQ_ComplexControl ComplexControl
#ifndef TQT_REAL_TQT
#define TQUObject QUObject
#define static_TQUType_int static_QUType_int
#define static_TQUType_TQString static_QUType_QString
@ -1076,6 +1078,8 @@ Boston, MA 02110-1301, USA.
#define TQ_EXPORT_PLUGIN Q_EXPORT_PLUGIN
#define TQ_EXPORT Q_EXPORT
#endif
#define tqreadBlock readBlock
#define tqwriteBlock writeBlock
#define TQT_TQIO_LONG TQ_LONG

Loading…
Cancel
Save