diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqmetaobject.3qt | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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. |