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/man/man3/qobject.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3') diff --git a/doc/man/man3/qobject.3qt b/doc/man/man3/qobject.3qt index e1e5e7a1b..f0b0823c2 100644 --- a/doc/man/man3/qobject.3qt +++ b/doc/man/man3/qobject.3qt @@ -959,14 +959,14 @@ See also className(), child(), and queryList(). .PP Set this property's value with setName() and get this property's value with name(). .SH RELATED FUNCTION DOCUMENTATION -.SH "void * qt_find_obj_child ( QObject * parent, const char * type, const char * name )" +.SH "void * tqt_find_obj_child ( QObject * parent, const char * type, const char * name )" Returns a pointer to the object named \fIname\fR that inherits \fItype\fR and with a given \fIparent\fR. .PP Returns 0 if there is no such child. .PP .nf .br - QListBox *c = (QListBox *) qt_find_obj_child( myWidget, "QListBox", + QListBox *c = (QListBox *) tqt_find_obj_child( myWidget, "QListBox", .br "my list box" ); .br -- cgit v1.2.1