summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxwidget-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaxwidget-h.html')
-rw-r--r--doc/html/qaxwidget-h.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qaxwidget-h.html b/doc/html/qaxwidget-h.html
index b6fc0135..14877c62 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 );