From 04913ce7a46fd027856e83a96205fdc388742a19 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 14:04:45 +0900 Subject: Rename ntqobject*.h and qobject*.cpp to tqobject* Signed-off-by: Michele Calgaro --- doc/html/qaxserver-example-hierarchy.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qaxserver-example-hierarchy.html') diff --git a/doc/html/qaxserver-example-hierarchy.html b/doc/html/qaxserver-example-hierarchy.html index 80b3a1ee1..de5115c16 100644 --- a/doc/html/qaxserver-example-hierarchy.html +++ b/doc/html/qaxserver-example-hierarchy.html @@ -76,9 +76,9 @@ the name provided in the parameter, and sets the label to that name. The widget is also shown explicitly.

    TQSubWidget *TQParentWidget::subWidget( const TQString &name )
     {
-        return (TQSubWidget*)child( name, "TQSubWidget" );
+        return (TQSubWidget*)child( name, "TQSubWidget" );
     }
-
The subWidget slot uses the TQObject::child() function and +The subWidget slot uses the TQObject::child() function and returns the first child of type TQSubWidget that has the requested name.

@@ -113,7 +113,7 @@ and implements the paintEvent to draw the label. void TQSubWidget::setLabel( const TQString &text ) { lbl = text; - setName( text ); + setName( text ); update(); } -- cgit v1.2.3