summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxcontainer.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qaxcontainer.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qaxcontainer.html')
-rw-r--r--doc/html/qaxcontainer.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qaxcontainer.html b/doc/html/qaxcontainer.html
index 65d0b86ce..d944ac0a5 100644
--- a/doc/html/qaxcontainer.html
+++ b/doc/html/qaxcontainer.html
@@ -72,13 +72,13 @@ parameter n
<p> <h2> Introduction
</h2>
-<a name="1"></a><p> The TQAxContainer module provides a library implementing a <a href="qwidget.html">TQWidget</a>
+<a name="1"></a><p> The TQAxContainer module provides a library implementing a <a href="ntqwidget.html">TQWidget</a>
subclass, <a href="qaxwidget.html">TQAxWidget</a>, that acts as a container for ActiveX
-controls, and a <a href="qobject.html">TQObject</a> subclass, <a href="qaxobject.html">TQAxObject</a>, that can be used to
+controls, and a <a href="ntqobject.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
using these classes is possible through the <a href="qaxscript.html">TQAxScript</a>, <a href="qaxscriptmanager.html">TQAxScriptManager</a>
and <a href="qaxscriptengine.html">TQAxScriptEngine</a> classes.
-<p> This module is part of the <a href="activeqt.html">ActiveTQt
+<p> This module is part of the <a href="activentqt.html">ActiveTQt
framework</a>. (To make an application into an ActiveX server
see the <a href="qaxserver.html">TQAxServer module</a>.)
<p> The module consists of six classes
@@ -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="qwidget.html">TQWidget</a> that wraps an ActiveX control.
+<li> <a href="qaxwidget.html">TQAxWidget</a> is a <a href="ntqwidget.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>
@@ -131,7 +131,7 @@ machine that the object should run on, and can include a license key
for licensed controls.
<p> <h2> Accessing the object API
</h2>
-<a name="5"></a><p> <a href="activeqt.html#ActiveTQt">ActiveTQt</a> provides a TQt API to the COM object, and replaces COM
+<a name="5"></a><p> <a href="activentqt.html#ActiveTQt">ActiveTQt</a> provides a TQt API to the COM object, and replaces COM
datatypes with TQt equivalents. Use the <tt>dumpdoc</tt> tool to get the
documentation of the TQt API for any COM object and it's subobjects.
<p> See the <a href="qaxwidget.html">TQAxWidget</a> and <a href="qaxobject.html">TQAxObject</a> API documentation about how to