diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-17 17:47:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-18 00:06:43 +0900 |
commit | ffaff7d76a96cbf3b3cf51e606396641482a76e3 (patch) | |
tree | 1fe047c3e652b10f996a760a6b1e027e6aa650a0 /doc/en/index.docbook | |
parent | b4b4994c9863545aa635db0931dc3eefab8c948d (diff) | |
download | knights-ffaff7d76a96cbf3b3cf51e606396641482a76e3.tar.gz knights-ffaff7d76a96cbf3b3cf51e606396641482a76e3.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9ea3fc7ae8217d930353eb3e0be7bfdbdf21a5c7)
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r-- | doc/en/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 4102c27..1a1da62 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -634,7 +634,7 @@ <appendix id="kml"> <title>Knights Markup Language</title> <para> - The Knights Markup Language is a variation on HTML with the specific purpose of formatting and displaying PGN data. The formatting is actually done using Qt's default rich-text commands. Since these are already explained at length on Trolltech's <ulink url="http://doc.trolltech.com/3.1/qstylesheet.html#details">website</ulink>, they will not be covered here. + The Knights Markup Language is a variation on HTML with the specific purpose of formatting and displaying PGN data. The formatting is actually done using TQt's default rich-text commands. Since these are already explained at length in <ulink url="https://www.trinitydesktop.org/docs/qt3/ntqstyle.html#details">TQt's documentation</ulink>, they will not be covered here. </para> <para> This appendix lists the macros used within KML to represent PGN data. These macros are case-sensitive. |