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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaxscriptmanager.html b/doc/html/qaxscriptmanager.html
index 7e6beb1c3..dbe0702e7 100644
--- a/doc/html/qaxscriptmanager.html
+++ b/doc/html/qaxscriptmanager.html
@@ -124,7 +124,7 @@ TQVariant&", for example, to call a JavaScript function
use
<pre>
- <a href="ntqvaluelist.html">TQValueList</a> args;
+ <a href="tqvaluelist.html">TQValueList</a> args;
args &lt;&lt; 5;
script-&gt;call("setNumber(const <a href="ntqvariant.html">TQVariant</a>&amp;)", args);
</pre>
@@ -142,7 +142,7 @@ using <a href="qaxscript.html#call">TQAxScript::call</a>() on the respective <a
<p> Note that calling this function can be significantely slower than
using <a href="#call">call</a>() on the respective <a href="qaxscript.html">TQAxScript</a> directly.
-<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="call-2"></a>TQAxScriptManager::call ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;function, <a href="ntqvaluelist.html">TQValueList</a>&lt;TQVariant&gt;&nbsp;&amp;&nbsp;arguments )
+<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="call-2"></a>TQAxScriptManager::call ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;function, <a href="tqvaluelist.html">TQValueList</a>&lt;TQVariant&gt;&nbsp;&amp;&nbsp;arguments )
</h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Calls <em>function</em> passing <em>arguments</em> as parameters, and returns
the result. Returns when the script's execution has finished.