summaryrefslogtreecommitdiffstats
path: root/doc/html/properties.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/properties.html')
-rw-r--r--doc/html/properties.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/properties.html b/doc/html/properties.html
index cc8685f8..81e44a5a 100644
--- a/doc/html/properties.html
+++ b/doc/html/properties.html
@@ -112,7 +112,7 @@ to return either the type itself, a pointer to it, or a reference to
it. The optional write function must return void and must take exactly
one argument, either the type itself, a pointer or a const reference
to it. The meta object compiler enforces this.
-<p> The type of a property can be any <a href="ntqvariant.html">TQVariant</a> supported type or an
+<p> The type of a property can be any <a href="tqvariant.html">TQVariant</a> supported type or an
enumeration type declared in the class itself. Since <tt>MyClass</tt> uses
the enumeration type <tt>Priority</tt> for the property, this type must be
registered with the property system as well.
@@ -126,7 +126,7 @@ these cases the type must be specified as <a href="tqvaluelist.html">TQValueList
</pre>
In the case of <a href="tqvaluelist.html">TQValueList</a> and <a href="tqmap.html">TQMap</a> properties the value passes
-is a <a href="ntqvariant.html">TQVariant</a> whose value is the entire list or map.
+is a <a href="tqvariant.html">TQVariant</a> whose value is the entire list or map.
<p> Enumeration types are registered with the <tt>TQ_ENUMS</tt> macro. Here's the
final class declaration including the property related declarations:
<p> <pre>