diff options
Diffstat (limited to 'doc/man/man3/tqmetaobject.3qt')
-rw-r--r-- | doc/man/man3/tqmetaobject.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqmetaobject.3qt b/doc/man/man3/tqmetaobject.3qt index 714ddefc1..3d2317fe0 100644 --- a/doc/man/man3/tqmetaobject.3qt +++ b/doc/man/man3/tqmetaobject.3qt @@ -32,10 +32,10 @@ QMetaObject \- Meta information about TQt objects .BI "int \fBnumSignals\fR ( bool super = FALSE ) const" .br .ti -1c -.BI "QStrList \fBslotNames\fR ( bool super = FALSE ) const" +.BI "TQStrList \fBslotNames\fR ( bool super = FALSE ) const" .br .ti -1c -.BI "QStrList \fBsignalNames\fR ( bool super = FALSE ) const" +.BI "TQStrList \fBsignalNames\fR ( bool super = FALSE ) const" .br .ti -1c .BI "int \fBnumClassInfo\fR ( bool super = FALSE ) const" @@ -53,7 +53,7 @@ QMetaObject \- Meta information about TQt objects .BI "int \fBfindProperty\fR ( const char * name, bool super = FALSE ) const" .br .ti -1c -.BI "QStrList \fBpropertyNames\fR ( bool super = FALSE ) const" +.BI "TQStrList \fBpropertyNames\fR ( bool super = FALSE ) const" .br .ti -1c .BI "int \fBnumProperties\fR ( bool super = FALSE ) const" @@ -135,17 +135,17 @@ Returns the property meta data for the property at index \fIindex\fR or 0 if no If \fIsuper\fR is TRUE, inherited properties are included. .PP See also propertyNames(). -.SH "QStrList QMetaObject::propertyNames ( bool super = FALSE ) const" +.SH "TQStrList QMetaObject::propertyNames ( bool super = FALSE ) const" Returns a list with the names of all this class's properties. .PP If \fIsuper\fR is TRUE, inherited properties are included. .PP See also property(). -.SH "QStrList QMetaObject::signalNames ( bool super = FALSE ) const" +.SH "TQStrList QMetaObject::signalNames ( bool super = FALSE ) const" Returns a list with the names of all this class's signals. .PP If \fIsuper\fR is TRUE, inherited signals are included. -.SH "QStrList QMetaObject::slotNames ( bool super = FALSE ) const" +.SH "TQStrList QMetaObject::slotNames ( bool super = FALSE ) const" Returns a list with the names of all this class's slots. .PP If \fIsuper\fR is TRUE, inherited slots are included. |