diff options
author | Timothy Pearson <[email protected]> | 2012-03-06 20:38:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-06 20:38:40 -0600 |
commit | eb1d1e0dec5720ace27395e290b7093cd68b150d (patch) | |
tree | 04a199ef5ea853d86a6f9a44716c0874d41c20f6 /doc/html/ntqobject.html | |
parent | ae8aba1e0f17943046e6bfa889b169f7fc41da0d (diff) | |
download | tqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.tar.gz tqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.zip |
Automated update from qt3
Diffstat (limited to 'doc/html/ntqobject.html')
-rw-r--r-- | doc/html/ntqobject.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqobject.html b/doc/html/ntqobject.html index a146ae64a..d5d23adfd 100644 --- a/doc/html/ntqobject.html +++ b/doc/html/ntqobject.html @@ -111,7 +111,7 @@ body { background: #ffffff; color: black; } </ul> <h2>Related Functions</h2> <ul> -<li class=fn>void * <a href="#qt_find_obj_child"><b>qt_find_obj_child</b></a> ( TQObject * parent, const char * type, const char * name )</li> +<li class=fn>void * <a href="#qt_find_obj_child"><b>tqt_find_obj_child</b></a> ( TQObject * parent, const char * type, const char * name )</li> </ul> <hr><a name="details"></a><h2>Detailed Description</h2> @@ -932,13 +932,13 @@ for unnamed objects, you can call name( 0 ). <p>Set this property's value with <a href="#setName">setName</a>() and get this property's value with <a href="#name">name</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn>void * <a name="qt_find_obj_child"></a>qt_find_obj_child ( <a href="ntqobject.html">TQObject</a> * parent, const char * type, const char * name ) +<h3 class=fn>void * <a name="qt_find_obj_child"></a>tqt_find_obj_child ( <a href="ntqobject.html">TQObject</a> * parent, const char * type, const char * name ) </h3> <p> Returns a pointer to the object named <em>name</em> that inherits <em>type</em> and with a given <em>parent</em>. <p> Returns 0 if there is no such child. <p> <pre> - <a href="ntqlistbox.html">TQListBox</a> *c = (TQListBox *) <a href="#qt_find_obj_child">qt_find_obj_child</a>( myWidget, "TQListBox", + <a href="ntqlistbox.html">TQListBox</a> *c = (TQListBox *) <a href="#qt_find_obj_child">tqt_find_obj_child</a>( myWidget, "TQListBox", "my list box" ); if ( c ) c-><a href="ntqlistbox.html#insertItem">insertItem</a>( "another string" ); |