diff options
| author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-19 01:35:23 +0000 |
|---|---|---|
| committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-19 01:35:23 +0000 |
| commit | 992ee5e03d2928697f44b3f852aaede929db8471 (patch) | |
| tree | e4be7e8c2bca3e15ce13272095a9a6846e8c7918 /qtinterface/tqt.h | |
| parent | 5f414dd79b6099fe82209292cde1935e071cf88b (diff) | |
| download | tqtinterface-992ee5e03d2928697f44b3f852aaede929db8471.tar.gz tqtinterface-992ee5e03d2928697f44b3f852aaede929db8471.zip | |
Bring API more in line with TQt for Qt4 3.4.0 TP2
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1215550 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 |
