summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxwidget.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaxwidget.html')
-rw-r--r--doc/html/qaxwidget.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qaxwidget.html b/doc/html/qaxwidget.html
index 4d96a31ca..9434067ef 100644
--- a/doc/html/qaxwidget.html
+++ b/doc/html/qaxwidget.html
@@ -80,7 +80,7 @@ in the subclass (the generated <a href="moc.html#moc">moc</a>-file will not comp
cannot add further signals, slots or properties. This limitation
is due to the metaobject information generated in runtime. To work
around this problem, aggregate the TQAxWidget as a member of the
-<a href="ntqobject.html">TQObject</a> subclass.
+<a href="tqobject.html">TQObject</a> subclass.
<p>
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQAxWidget"></a>TQAxWidget::TQAxWidget ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
@@ -125,7 +125,7 @@ the method, or an invalid <a href="ntqvariant.html">TQVariant</a> if the method
a value or when the function call failed.
<p> If <em>function</em> is a method of the object the string must be provided
as the full prototype, for example as it would be written in a
-<a href="ntqobject.html#connect">TQObject::connect</a>() call.
+<a href="tqobject.html#connect">TQObject::connect</a>() call.
<pre>
activeX-&gt;dynamicCall( "Navigate(const <a href="ntqstring.html">TQString</a>&amp;)", "www.trolltech.com" );
</pre>
@@ -148,7 +148,7 @@ otherwise the getter is called.
</pre>
Note that it is faster to get and set properties using
-<a href="ntqobject.html#property">TQObject::property</a>() and <a href="ntqobject.html#setProperty">TQObject::setProperty</a>().
+<a href="tqobject.html#property">TQObject::property</a>() and <a href="tqobject.html#setProperty">TQObject::setProperty</a>().
<p> It is only possible to call functions through <a href="qaxbase.html#dynamicCall">dynamicCall</a>() that
have parameters or return values of datatypes supported by
<a href="ntqvariant.html">TQVariant</a>. See the <a href="qaxbase.html">TQAxBase</a> class documentation for a list of