diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qaxaggregated.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qaxaggregated.html')
-rw-r--r-- | doc/html/qaxaggregated.html | 6 |
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> * <a name="widget"></a>TQAxAggregated::widget () const<tt> [protected]</tt> +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <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 |