summaryrefslogtreecommitdiffstats
path: root/doc/html/qmetaproperty.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qmetaproperty.html')
-rw-r--r--doc/html/qmetaproperty.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qmetaproperty.html b/doc/html/qmetaproperty.html
index 9f875554b..284b16dd7 100644
--- a/doc/html/qmetaproperty.html
+++ b/doc/html/qmetaproperty.html
@@ -79,7 +79,7 @@ otherwise returns FALSE.
<p> If no object <em>o</em> is given, the function returns a static
approximation.
-<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="enumKeys"></a>TQMetaProperty::enumKeys () const
+<h3 class=fn><a href="tqstrlist.html">TQStrList</a> <a name="enumKeys"></a>TQMetaProperty::enumKeys () const
</h3>
Returns the possible enumeration keys if this property is an
enumeration type (or a set type).
@@ -107,7 +107,7 @@ Converts the enumeration key <em>key</em> to its integer value.
<p> For set types, use <a href="#keysToValue">keysToValue</a>().
<p> <p>See also <a href="#valueToKey">valueToKey</a>(), <a href="#isSetType">isSetType</a>(), and <a href="#keysToValue">keysToValue</a>().
-<h3 class=fn>int <a name="keysToValue"></a>TQMetaProperty::keysToValue ( const&nbsp;<a href="ntqstrlist.html">TQStrList</a>&nbsp;&amp;&nbsp;keys ) const
+<h3 class=fn>int <a name="keysToValue"></a>TQMetaProperty::keysToValue ( const&nbsp;<a href="tqstrlist.html">TQStrList</a>&nbsp;&amp;&nbsp;keys ) const
</h3>
Converts the list of keys <em>keys</em> to their combined (OR-ed)
integer value.
@@ -150,7 +150,7 @@ Converts the enumeration value <em>value</em> to its literal key.
<p> For set types, use <a href="#valueToKeys">valueToKeys</a>().
<p> <p>See also <a href="#isSetType">isSetType</a>() and <a href="#valueToKeys">valueToKeys</a>().
-<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="valueToKeys"></a>TQMetaProperty::valueToKeys ( int&nbsp;value ) const
+<h3 class=fn><a href="tqstrlist.html">TQStrList</a> <a name="valueToKeys"></a>TQMetaProperty::valueToKeys ( int&nbsp;value ) const
</h3>
Converts the set value <em>value</em> to a list of keys.
<p> <p>See also <a href="#isSetType">isSetType</a>() and <a href="#valueToKey">valueToKey</a>().