diff options
Diffstat (limited to 'qtinterface/tqt.h')
-rw-r--r-- | qtinterface/tqt.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/qtinterface/tqt.h b/qtinterface/tqt.h index 15faadb..43a8b25 100644 --- a/qtinterface/tqt.h +++ b/qtinterface/tqt.h @@ -55,7 +55,8 @@ Boston, MA 02110-1301, USA. #define TQSO_Default Default #define SO_Default Default #define TQ_PrimitiveElement PrimitiveElement -#define tqqt_cast ::qt_cast +//#define tqqt_cast ::qt_cast +#define tqqt_cast qt_cast #define TQ_StrongFocus QWidget::StrongFocus #define TQ_NoFocus QWidget::NoFocus #define TQ_WheelFocus QWidget::WheelFocus @@ -243,6 +244,7 @@ Boston, MA 02110-1301, USA. #define TQColorDrag QColorDrag #define TQDropSite QDropSite #define TQEditorFactory QEditorFactory +#define TQEffects QEffects #define TQErrorMessage QErrorMessage #define TQEucJpCodec QEucJpCodec #define TQEucKrCodec QEucKrCodec @@ -744,6 +746,13 @@ Boston, MA 02110-1301, USA. #define tqdrawConvexPolygon drawConvexPolygon #define tqallWidgets allWidgets #define tqcapturedTexts capturedTexts +#define tqarg arg +#define tqbegin begin +#define tqdrawPixmap drawPixmap +#define tqscale scale +#define exitqStatus exitStatus +#define tqsetNum setNum +#define tqprocessEvents processEvents #define tqdrawPrimitive drawPrimitive #define tqdrawControlMask drawControlMask @@ -769,6 +778,7 @@ Boston, MA 02110-1301, USA. #define TQ_EXTERN_C Q_EXTERN_C #define TQ_EXPORT_PLUGIN Q_EXPORT_PLUGIN +#define TQ_EXPORT Q_EXPORT #define tqt_mo_access access @@ -780,6 +790,7 @@ Boston, MA 02110-1301, USA. #define TQT_TQWIDGET(x) (static_cast<TQWidget*>(static_cast<QWidget*>(x))) #define TQT_TQSIZEPOLICY(x) (static_cast<TQSizePolicy*>(static_cast<QSizePolicy*>(x))) #define TQT_TQLAYOUT(x) (static_cast<TQLayout*>(static_cast<QLayout*>(x))) +#define TQT_TQGRIDLAYOUT(x) (static_cast<TQGridLayout*>(static_cast<QGridLayout*>(x))) #define TQT_TQPAINTER(x) (static_cast<TQPainter*>(static_cast<QPainter*>(x))) #define TQT_TQPAINTDEVICE(x) (static_cast<TQPaintDevice*>(static_cast<QPaintDevice*>(x))) #define TQT_TQLAYOUTITEM(x) (static_cast<TQLayoutItem*>(static_cast<QLayoutItem*>(x))) @@ -808,6 +819,7 @@ Boston, MA 02110-1301, USA. #define TQT_TQPAINTEVENT(x) (static_cast<TQPaintEvent*>(static_cast<QPaintEvent*>(static_cast<QEvent*>(x)))) #define TQT_TQCHILDEVENT(x) (static_cast<TQChildEvent*>(static_cast<QChildEvent*>(static_cast<QEvent*>(x)))) #define TQT_TQRESIZEEVENT(x) (static_cast<TQResizeEvent*>(static_cast<QResizeEvent*>(static_cast<QEvent*>(x)))) +#define TQT_TQCONTEXTMENUEVENT(x) (static_cast<TQContextMenuEvent*>(static_cast<QContextMenuEvent*>(static_cast<QEvent*>(x)))) #define TQT_TQOBJECT_OBJECT(x) x #define TQT_TQSIZEPOLICY_OBJECT(x) x |