From eb1d1e0dec5720ace27395e290b7093cd68b150d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Mar 2012 20:38:40 -0600 Subject: Automated update from qt3 --- doc/html/ntqobject.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqobject.html') diff --git a/doc/html/ntqobject.html b/doc/html/ntqobject.html index a146ae64..d5d23adf 100644 --- a/doc/html/ntqobject.html +++ b/doc/html/ntqobject.html @@ -111,7 +111,7 @@ body { background: #ffffff; color: black; }

Related Functions


Detailed Description

@@ -932,13 +932,13 @@ for unnamed objects, you can call name( 0 ).

Set this property's value with setName() and get this property's value with name().


Related Functions

-

void * qt_find_obj_child ( TQObject * parent, const char * type, const char * name ) +

void * tqt_find_obj_child ( TQObject * parent, const char * type, const char * name )

Returns a pointer to the object named name that inherits type and with a given parent.

Returns 0 if there is no such child.

-        TQListBox *c = (TQListBox *) qt_find_obj_child( myWidget, "TQListBox",
+        TQListBox *c = (TQListBox *) tqt_find_obj_child( myWidget, "TQListBox",
                                                       "my list box" );
         if ( c )
             c->insertItem( "another string" );
-- 
cgit v1.2.1