diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqassistantclient.3qt | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-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/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. |