summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqaxscript.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqaxscript.3qt
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str 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 0117f6bda..c339d10ce 100644
--- a/doc/man/man3/tqaxscript.3qt
+++ b/doc/man/man3/tqaxscript.3qt
@@ -30,7 +30,7 @@ Inherits TQObject.
.BI "bool \fBload\fR ( const TQString & code, const TQString & language = TQString::null )"
.br
.ti -1c
-.BI "QStringList \fBfunctions\fR ( FunctionFlags flags = FunctionNames ) const"
+.BI "TQStringList \fBfunctions\fR ( FunctionFlags flags = FunctionNames ) const"
.br
.ti -1c
.BI "TQString \fBscriptCode\fR () const"
@@ -119,7 +119,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
\fIcode\fR, \fIsource\fR, \fIdescription\fR and \fIhelp\fR contain exception information when the script terminated.
-.SH "QStringList QAxScript::functions ( FunctionFlags flags = FunctionNames ) const"
+.SH "TQStringList QAxScript::functions ( FunctionFlags flags = FunctionNames ) const"
Returns a list of all the functions in this script if the respective script engine supports introspection; otherwise returns an empty list. The functions are either provided with full prototypes or only as names, depending on the value of \fIflags\fR.
.PP
See also QAxScriptEngine::hasIntrospection().