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.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qmetaproperty.html b/doc/html/qmetaproperty.html
index 33b2ea28..9f875554 100644
--- a/doc/html/qmetaproperty.html
+++ b/doc/html/qmetaproperty.html
@@ -64,16 +64,16 @@ further information about a property's type. The conversion
functions <a href="#keyToValue">keyToValue</a>(), <a href="#valueToKey">valueToKey</a>(), <a href="#keysToValue">keysToValue</a>() and
<a href="#valueToKeys">valueToKeys</a>() allow conversion between the integer representation
of an enumeration or set value and its literal representation.
-<p> Actual property values are set and received through <a href="ntqobject.html">TQObject</a>'s set
-and get functions. See <a href="ntqobject.html#setProperty">TQObject::setProperty</a>() and
-<a href="ntqobject.html#property">TQObject::property</a>() for details.
+<p> Actual property values are set and received through <a href="tqobject.html">TQObject</a>'s set
+and get functions. See <a href="tqobject.html#setProperty">TQObject::setProperty</a>() and
+<a href="tqobject.html#property">TQObject::property</a>() for details.
<p> You receive meta property data through an object's <a href="metaobjects.html#meta-object">meta object</a>.
See <a href="ntqmetaobject.html#property">TQMetaObject::property</a>() and <a href="ntqmetaobject.html#propertyNames">TQMetaObject::propertyNames</a>() for
details.
<p>See also <a href="objectmodel.html">Object Model</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn>bool <a name="designable"></a>TQMetaProperty::designable ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
+<h3 class=fn>bool <a name="designable"></a>TQMetaProperty::designable ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
</h3> Returns TRUE if the property is designable for object <em>o</em>;
otherwise returns FALSE.
<p> If no object <em>o</em> is given, the function returns a static
@@ -118,21 +118,21 @@ integer value.
<p> Returns the name of the property.
-<h3 class=fn>bool <a name="reset"></a>TQMetaProperty::reset ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;o ) const
+<h3 class=fn>bool <a name="reset"></a>TQMetaProperty::reset ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;o ) const
</h3>
Tries to reset the property for object <em>o</em> with a reset method.
On success, returns TRUE; otherwise returns FALSE.
<p> Reset methods are optional, usually only a few properties support
them.
-<h3 class=fn>bool <a name="scriptable"></a>TQMetaProperty::scriptable ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
+<h3 class=fn>bool <a name="scriptable"></a>TQMetaProperty::scriptable ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
</h3>
Returns TRUE if the property is scriptable for object <em>o</em>;
otherwise returns FALSE.
<p> If no object <em>o</em> is given, the function returns a static
approximation.
-<h3 class=fn>bool <a name="stored"></a>TQMetaProperty::stored ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
+<h3 class=fn>bool <a name="stored"></a>TQMetaProperty::stored ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
</h3>
Returns TRUE if the property shall be stored for object <em>o</em>;
otherwise returns FALSE.