summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmetaproperty.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmetaproperty.3qt')
-rw-r--r--doc/man/man3/tqmetaproperty.3qt12
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().