diff options
Diffstat (limited to 'doc/html/qaxwidget-h.html')
-rw-r--r-- | doc/html/qaxwidget-h.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qaxwidget-h.html b/doc/html/qaxwidget-h.html index b6fc0135d..14877c620 100644 --- a/doc/html/qaxwidget-h.html +++ b/doc/html/qaxwidget-h.html @@ -74,10 +74,10 @@ class TQAxWidget : public TQWidget, public TQAxBase public: TQMetaObject *metaObject() const; const char *className() const; - void* qt_cast( const char* ); - bool qt_invoke( int, TQUObject* ); - bool qt_emit( int, TQUObject* ); - bool qt_property( int, int, TQVariant* ); + void* tqt_cast( const char* ); + bool tqt_invoke( int, TQUObject* ); + bool tqt_emit( int, TQUObject* ); + bool tqt_property( int, int, TQVariant* ); TQObject* qObject() { return (TQObject*)this; } TQAxWidget( TQWidget* parent = 0, const char* name = 0, WFlags f = 0 ); |