From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qaxwidget.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qaxwidget.html') diff --git a/doc/html/qaxwidget.html b/doc/html/qaxwidget.html index 283b04741..c6cffa6ca 100644 --- a/doc/html/qaxwidget.html +++ b/doc/html/qaxwidget.html @@ -88,7 +88,7 @@ around this problem, aggregate the TQAxWidget as a member of the Creates an empty TQAxWidget widget and propagates parent, name and f to the TQWidget constructor. To initialize a control, call setControl. -

TQAxWidget::TQAxWidget ( const TQString & c, TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ) +

TQAxWidget::TQAxWidget ( const TQString & c, TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )

Creates an TQAxWidget widget and initializes the ActiveX control c. parent, name and f are propagated to the TQWidget contructor. @@ -127,7 +127,7 @@ a value or when the function call failed. as the full prototype, for example as it would be written in a TQObject::connect() call.
-    activeX->dynamicCall( "Navigate(const TQString&)", "www.trolltech.com" );
+    activeX->dynamicCall( "Navigate(const TQString&)", "www.trolltech.com" );
     

Alternatively a function can be called passing the parameters embedded @@ -144,7 +144,7 @@ property. The property setter is called when var1 is a valid TQVariant, otherwise the getter is called.

     activeX->dynamicCall( "Value", 5 );
-    TQString text = activeX->dynamicCall( "Text" ).toString();
+    TQString text = activeX->dynamicCall( "Text" ).toString();
     
Note that it is faster to get and set properties using -- cgit v1.2.1