summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxscriptmanager.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaxscriptmanager.html')
-rw-r--r--doc/html/qaxscriptmanager.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qaxscriptmanager.html b/doc/html/qaxscriptmanager.html
index 0c4bcb0f..7e6beb1c 100644
--- a/doc/html/qaxscriptmanager.html
+++ b/doc/html/qaxscriptmanager.html
@@ -36,7 +36,7 @@ and script code.
<a href="#details">More...</a>
<p>This class is part of the <b>TQt ActiveTQt Extension</b>.
<p><tt>#include &lt;<a href="qaxscript-h.html">qaxscript.h</a>&gt;</tt>
-<p>Inherits <a href="ntqobject.html">TQObject</a>.
+<p>Inherits <a href="tqobject.html">TQObject</a>.
<p><a href="qaxscriptmanager-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -81,10 +81,10 @@ functions using <a href="#call">call</a>().
compilers.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQAxScriptManager"></a>TQAxScriptManager::TQAxScriptManager ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQAxScriptManager"></a>TQAxScriptManager::TQAxScriptManager ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Creates a TQAxScriptManager object. <em>parent</em> and <em>name</em> are passed
-on to the <a href="ntqobject.html">TQObject</a> constructor.
+on to the <a href="tqobject.html">TQObject</a> constructor.
<p> It is usual to create one TQAxScriptManager for each document in an
application.
@@ -95,10 +95,10 @@ Destroys the objects, releasing all allocated resources.
<h3 class=fn>void <a name="addObject"></a>TQAxScriptManager::addObject ( <a href="qaxbase.html">TQAxBase</a>&nbsp;*&nbsp;object )
</h3>
Adds <em>object</em> to the manager. Scripts handled by this
-manager can access the object in the code using the object's <a href="ntqobject.html#name-prop">name</a> property.
+manager can access the object in the code using the object's <a href="tqobject.html#name-prop">name</a> property.
<p> You must add all the necessary objects before loading any scripts.
-<h3 class=fn>void <a name="addObject-2"></a>TQAxScriptManager::addObject ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;object )
+<h3 class=fn>void <a name="addObject-2"></a>TQAxScriptManager::addObject ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;object )
</h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Adds a generic COM wrapper for <em>object</em> to the manager. <em>object</em>
must be exposed as a COM object using the functionality provided