summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxscriptengine.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaxscriptengine.html')
-rw-r--r--doc/html/qaxscriptengine.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qaxscriptengine.html b/doc/html/qaxscriptengine.html
index 284ae1a8..b3c220f1 100644
--- a/doc/html/qaxscriptengine.html
+++ b/doc/html/qaxscriptengine.html
@@ -82,7 +82,7 @@ event sources
<li><tt>TQAxScriptEngine::Closed</tt> - The script has been closed.
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQAxScriptEngine"></a>TQAxScriptEngine::TQAxScriptEngine ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;language, <a href="qaxscript.html">TQAxScript</a>&nbsp;*&nbsp;script )
+<h3 class=fn><a name="TQAxScriptEngine"></a>TQAxScriptEngine::TQAxScriptEngine ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;language, <a href="qaxscript.html">TQAxScript</a>&nbsp;*&nbsp;script )
</h3>
Constructs a TQAxScriptEngine object interpreting script code in <em>language</em>
provided by the code in <em>script</em>. This is usually done by the <a href="qaxscript.html">TQAxScript</a>
@@ -95,7 +95,7 @@ script.
Destroys the TQAxScriptEngine object, releasing all allocated
resources.
-<h3 class=fn>void <a name="addItem"></a>TQAxScriptEngine::addItem ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
+<h3 class=fn>void <a name="addItem"></a>TQAxScriptEngine::addItem ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )
</h3>
Registers an item with the script engine. Script code can
refer to this item using <em>name</em>.
@@ -119,7 +119,7 @@ the requested interface could not be provided.
<p> Returns the result of the QueryInterface implementation of the COM
object.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="scriptLanguage"></a>TQAxScriptEngine::scriptLanguage () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="scriptLanguage"></a>TQAxScriptEngine::scriptLanguage () const
</h3>
Returns the scripting language, for example "VBScript",
or "JScript".