diff options
Diffstat (limited to 'doc/html/qaxscriptmanager.html')
-rw-r--r-- | doc/html/qaxscriptmanager.html | 4 |
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 << 5; script->call("setNumber(const <a href="ntqvariant.html">TQVariant</a>&)", 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 <a href="ntqstring.html">TQString</a> & function, <a href="ntqvaluelist.html">TQValueList</a><TQVariant> & arguments ) +<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="call-2"></a>TQAxScriptManager::call ( const <a href="ntqstring.html">TQString</a> & function, <a href="tqvaluelist.html">TQValueList</a><TQVariant> & 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. |