diff options
Diffstat (limited to 'doc/html/qaxobject-h.html')
-rw-r--r-- | doc/html/qaxobject-h.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qaxobject-h.html b/doc/html/qaxobject-h.html index 654a15afc..cc599c55f 100644 --- a/doc/html/qaxobject-h.html +++ b/doc/html/qaxobject-h.html @@ -77,10 +77,10 @@ class TQAxObject : public TQObject, 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; } TQAxObject( TQObject *parent = 0, const char *name = 0 ); |