summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqaxscript.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-05 19:02:23 +0900
commit1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch)
treed62f4174c0e58e1aa895fc71484d068b614cd6de /doc/man/man3/tqaxscript.3qt
parent8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff)
downloadtqt-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.tar.gz
tqt-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.zip
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqaxscript.3qt')
-rw-r--r--doc/man/man3/tqaxscript.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqaxscript.3qt b/doc/man/man3/tqaxscript.3qt
index 42bcfe4fd..0117f6bda 100644
--- a/doc/man/man3/tqaxscript.3qt
+++ b/doc/man/man3/tqaxscript.3qt
@@ -45,7 +45,7 @@ Inherits TQObject.
.BI "QVariant \fBcall\fR ( const TQString & function, const QVariant & var1 = QVariant ( ), const QVariant & var2 = QVariant ( ), const QVariant & var3 = QVariant ( ), const QVariant & var4 = QVariant ( ), const QVariant & var5 = QVariant ( ), const QVariant & var6 = QVariant ( ), const QVariant & var7 = QVariant ( ), const QVariant & var8 = QVariant ( ) )"
.br
.ti -1c
-.BI "QVariant \fBcall\fR ( const TQString & function, QValueList<QVariant> & arguments )"
+.BI "QVariant \fBcall\fR ( const TQString & function, TQValueList<QVariant> & arguments )"
.br
.in -1c
.SS "Signals"
@@ -97,7 +97,7 @@ Destroys the object, releasing all allocated resources.
Calls \fIfunction\fR, passing the parameters \fIvar1\fR, \fIvar1\fR, \fIvar2\fR, \fIvar3\fR, \fIvar4\fR, \fIvar5\fR, \fIvar6\fR, \fIvar7\fR and \fIvar8\fR as arguments and returns the value returned by the function, or an invalid QVariant if the function does not return a value or when the function call failed.
.PP
See QAxScriptManager::call() for more information about how to call script functions.
-.SH "QVariant QAxScript::call ( const TQString & function, QValueList<QVariant> & arguments )"
+.SH "QVariant QAxScript::call ( const TQString & function, TQValueList<QVariant> & arguments )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Calls \fIfunction\fR passing \fIarguments\fR as parameters, and returns the result. Returns when the script's execution has finished.