diff options
author | Michele Calgaro <[email protected]> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qaxcontainer.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qaxcontainer.html')
-rw-r--r-- | doc/html/qaxcontainer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaxcontainer.html b/doc/html/qaxcontainer.html index 6e7b45c3b..a23260a31 100644 --- a/doc/html/qaxcontainer.html +++ b/doc/html/qaxcontainer.html @@ -72,7 +72,7 @@ parameter n <p> <h2> Introduction </h2> -<a name="1"></a><p> The TQAxContainer module provides a library implementing a <a href="ntqwidget.html">TQWidget</a> +<a name="1"></a><p> The TQAxContainer module provides a library implementing a <a href="tqwidget.html">TQWidget</a> subclass, <a href="qaxwidget.html">TQAxWidget</a>, that acts as a container for ActiveX controls, and a <a href="tqobject.html">TQObject</a> subclass, <a href="qaxobject.html">TQAxObject</a>, that can be used to easily access non-visual COM objects. Scripting COM objects embedded @@ -86,7 +86,7 @@ see the <a href="qaxserver.html">TQAxServer module</a>.) <li> <a href="qaxbase.html">TQAxBase</a> is an abstract class that provides an API to initialize and access a COM/ActiveX object. <li> <a href="qaxobject.html">TQAxObject</a> provides a TQObject that wraps a COM object. -<li> <a href="qaxwidget.html">TQAxWidget</a> is a <a href="ntqwidget.html">TQWidget</a> that wraps an ActiveX control. +<li> <a href="qaxwidget.html">TQAxWidget</a> is a <a href="tqwidget.html">TQWidget</a> that wraps an ActiveX control. <li> <a href="qaxscriptmanager.html">TQAxScriptManager</a>, TQAxScript and TQAxScriptEngine provide an interface to the Windows Script Host. </ol> |