diff options
Diffstat (limited to 'doc/man/man3/tqaxscript.3qt')
-rw-r--r-- | doc/man/man3/tqaxscript.3qt | 4 |
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(). |