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/tqmetaproperty.3qt | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqmetaproperty.3qt')
-rw-r--r-- | doc/man/man3/tqmetaproperty.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqmetaproperty.3qt b/doc/man/man3/tqmetaproperty.3qt index 1ea8f6b23..08ec73579 100644 --- a/doc/man/man3/tqmetaproperty.3qt +++ b/doc/man/man3/tqmetaproperty.3qt @@ -29,7 +29,7 @@ QMetaProperty \- Stores meta data about a property .BI "bool \fBisEnumType\fR () const" .br .ti -1c -.BI "QStrList \fBenumKeys\fR () const" +.BI "TQStrList \fBenumKeys\fR () const" .br .ti -1c .BI "int \fBkeyToValue\fR ( const char * key ) const" @@ -38,10 +38,10 @@ QMetaProperty \- Stores meta data about a property .BI "const char * \fBvalueToKey\fR ( int value ) const" .br .ti -1c -.BI "int \fBkeysToValue\fR ( const QStrList & keys ) const" +.BI "int \fBkeysToValue\fR ( const TQStrList & keys ) const" .br .ti -1c -.BI "QStrList \fBvalueToKeys\fR ( int value ) const" +.BI "TQStrList \fBvalueToKeys\fR ( int value ) const" .br .ti -1c .BI "bool \fBdesignable\fR ( TQObject * o = 0 ) const" @@ -73,7 +73,7 @@ See also Object Model. Returns TRUE if the property is designable for object \fIo\fR; otherwise returns FALSE. .PP If no object \fIo\fR is given, the function returns a static approximation. -.SH "QStrList QMetaProperty::enumKeys () const" +.SH "TQStrList QMetaProperty::enumKeys () const" Returns the possible enumeration keys if this property is an enumeration type (or a set type). .PP See also isEnumType(). @@ -91,7 +91,7 @@ Converts the enumeration key \fIkey\fR to its integer value. For set types, use keysToValue(). .PP See also valueToKey(), isSetType(), and keysToValue(). -.SH "int QMetaProperty::keysToValue ( const QStrList & keys ) const" +.SH "int QMetaProperty::keysToValue ( const TQStrList & keys ) const" Converts the list of keys \fIkeys\fR to their combined (OR-ed) integer value. .PP See also isSetType() and valueToKey(). @@ -117,7 +117,7 @@ Converts the enumeration value \fIvalue\fR to its literal key. For set types, use valueToKeys(). .PP See also isSetType() and valueToKeys(). -.SH "QStrList QMetaProperty::valueToKeys ( int value ) const" +.SH "TQStrList QMetaProperty::valueToKeys ( int value ) const" Converts the set value \fIvalue\fR to a list of keys. .PP See also isSetType() and valueToKey(). |