diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-06 20:38:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-06 20:38:40 -0600 |
commit | eb1d1e0dec5720ace27395e290b7093cd68b150d (patch) | |
tree | 04a199ef5ea853d86a6f9a44716c0874d41c20f6 /doc/html/qaxwidget-h.html | |
parent | ae8aba1e0f17943046e6bfa889b169f7fc41da0d (diff) | |
download | tqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.tar.gz tqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.zip |
Automated update from qt3
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 ); |