diff options
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> |