summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxaggregated.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaxaggregated.html')
-rw-r--r--doc/html/qaxaggregated.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qaxaggregated.html b/doc/html/qaxaggregated.html
index 76bf058fb..167feb5b6 100644
--- a/doc/html/qaxaggregated.html
+++ b/doc/html/qaxaggregated.html
@@ -62,7 +62,7 @@ multiple inheritance from those COM interfaces. Implement the
IUnknown interface of those COM interfaces by delegating the calls
to QueryInterface(), AddRef() and Release() to the interface
provided by <a href="#controllingUnknown">controllingUnknown</a>().
-<p> Use the <a href="#widget">widget</a>() method if you need to make calls to the <a href="ntqwidget.html">TQWidget</a>
+<p> Use the <a href="#widget">widget</a>() method if you need to make calls to the <a href="tqwidget.html">TQWidget</a>
implementing the ActiveX control. You must not store that pointer
in your subclass (unless you use <a href="ntqguardedptr.html">TQGuardedPtr</a>), as the TQWidget can
be destroyed by the ActiveTQt framework at any time.
@@ -132,10 +132,10 @@ Even though you must implement the IUnknown interface if you
implement any COM interface you must not support the IUnknown
interface in your <a href="#queryInterface">queryInterface</a>() implementation.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="widget"></a>TQAxAggregated::widget () const<tt> [protected]</tt>
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="widget"></a>TQAxAggregated::widget () const<tt> [protected]</tt>
</h3>
-<p> Returns a pointer to the <a href="ntqwidget.html">TQWidget</a> subclass implementing the ActiveX control.
+<p> Returns a pointer to the <a href="tqwidget.html">TQWidget</a> subclass implementing the ActiveX control.
This function might return 0.
<p> <b>Warning:</b>
You must not store the returned pointer, unless you use a