diff options
Diffstat (limited to 'doc/man/man3/tqassistantclient.3qt')
-rw-r--r-- | doc/man/man3/tqassistantclient.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqassistantclient.3qt b/doc/man/man3/tqassistantclient.3qt index 6f03d2c07..bd734cf5a 100644 --- a/doc/man/man3/tqassistantclient.3qt +++ b/doc/man/man3/tqassistantclient.3qt @@ -25,7 +25,7 @@ Inherits TQObject. .BI "bool \fBisOpen\fR () const" .br .ti -1c -.BI "void \fBsetArguments\fR ( const QStringList & args )" +.BI "void \fBsetArguments\fR ( const TQStringList & args )" .br .in -1c .SS "Public Slots" @@ -101,7 +101,7 @@ Returns TRUE if TQt Assistant is open; otherwise returns FALSE. See the "open" p This function opens TQt Assistant and sets up the client-server communiction between the application and TQt Assistant. If it is already open, this function does nothing. If an error occurs, error() is emitted. .PP See also assistantOpened(). -.SH "void QAssistantClient::setArguments ( const QStringList & args )" +.SH "void QAssistantClient::setArguments ( const TQStringList & args )" Sets the command line arguments used when TQt Assistant is started to \fIargs\fR. .SH "void QAssistantClient::showPage ( const TQString & page )\fC [virtual slot]\fR" Call this function to make TQt Assistant show a particular \fIpage\fR. The \fIpage\fR is a filename (e.g. \fCmyhelpfile.html\fR). See "Adding Documentation to TQt Assistant" in the TQt Assistant manual for further information. |