summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqaxscriptmanager.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqaxscriptmanager.3qt')
-rw-r--r--doc/man/man3/tqaxscriptmanager.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqaxscriptmanager.3qt b/doc/man/man3/tqaxscriptmanager.3qt
index 432b5a8e5..bafa492d6 100644
--- a/doc/man/man3/tqaxscriptmanager.3qt
+++ b/doc/man/man3/tqaxscriptmanager.3qt
@@ -30,10 +30,10 @@ Inherits TQObject.
.BI "void \fBaddObject\fR ( TQObject * object )"
.br
.ti -1c
-.BI "QStringList \fBfunctions\fR ( QAxScript::FunctionFlags flags = QAxScript::FunctionNames ) const"
+.BI "TQStringList \fBfunctions\fR ( QAxScript::FunctionFlags flags = QAxScript::FunctionNames ) const"
.br
.ti -1c
-.BI "QStringList \fBscriptNames\fR () const"
+.BI "TQStringList \fBscriptNames\fR () const"
.br
.ti -1c
.BI "QAxScript * \fBscript\fR ( const TQString & name ) const"
@@ -138,7 +138,7 @@ Calls \fIfunction\fR passing \fIarguments\fR as parameters, and returns the resu
This signal is emitted when an execution error occured while running \fIscript\fR.
.PP
\fIcode\fR, \fIdescription\fR, \fIsourcePosition\fR and \fIsourceText\fR contain information about the execution error.
-.SH "QStringList QAxScriptManager::functions ( QAxScript::FunctionFlags flags = QAxScript::FunctionNames ) const"
+.SH "TQStringList QAxScriptManager::functions ( QAxScript::FunctionFlags flags = QAxScript::FunctionNames ) const"
Returns a list with all the functions that are available. Functions provided by script engines that don't support introspection are not included in the list. The functions are either provided with full prototypes or only as names, depending on the value of \fIflags\fR.
.SH "QAxScript * QAxScriptManager::load ( const TQString & code, const TQString & name, const TQString & language )"
Loads the script source \fIcode\fR using the script engine for \fIlanguage\fR. The script can later be referred to using its \fIname\fR which should not be empty.
@@ -168,7 +168,7 @@ Returns the script called \fIname\fR.
You can use the returned pointer to call functions directly through QAxScript::call(), to access the script engine directly, or to delete and thus unload the script.
.SH "TQString QAxScriptManager::scriptFileFilter ()\fC [static]\fR"
Returns a file filter listing all the supported script languages. This filter string is convenient for use with QFileDialog.
-.SH "QStringList QAxScriptManager::scriptNames () const"
+.SH "TQStringList QAxScriptManager::scriptNames () const"
Returns a list with the names of all the scripts.
.SH "SEE ALSO"