diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:06:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:33:38 +0900 |
commit | 7485c8248a1bb3a2fed851d389a291d60bba7752 (patch) | |
tree | 01530186491285c596ad8bea4ee9368436e38a48 /doc/scripts/man-qtdoc.1.docbook | |
parent | 2611dd9a2020f335eff619aeeffc3730144ce657 (diff) | |
download | tdesdk-35c2f12d2da60b1cea42bf6d29f21f1761bd8215.tar.gz tdesdk-35c2f12d2da60b1cea42bf6d29f21f1761bd8215.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0ffe839d6e363933ed4d9d212b6fd325a6fc3225)
Diffstat (limited to 'doc/scripts/man-qtdoc.1.docbook')
-rw-r--r-- | doc/scripts/man-qtdoc.1.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scripts/man-qtdoc.1.docbook b/doc/scripts/man-qtdoc.1.docbook index 4924eb84..1ec4bac2 100644 --- a/doc/scripts/man-qtdoc.1.docbook +++ b/doc/scripts/man-qtdoc.1.docbook @@ -54,8 +54,8 @@ page for that class. Otherwise the main &Qt; help page is opened. <refsect1> <title>Examples</title> -<para>To display the help on the class <classname>QString</classname>:</para> -<screen><userinput><command>qtdoc</command> <option>QString</option></userinput></screen> +<para>To display the help on the class <classname>TQString</classname>:</para> +<screen><userinput><command>qtdoc</command> <option>TQString</option></userinput></screen> </refsect1> <refsect1> |