diff options
author | Michele Calgaro <[email protected]> | 2024-02-17 17:47:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-17 23:05:09 +0900 |
commit | 9ea3fc7ae8217d930353eb3e0be7bfdbdf21a5c7 (patch) | |
tree | 1fe047c3e652b10f996a760a6b1e027e6aa650a0 /doc/en/index.docbook | |
parent | ff0d52cab681a2154a1462935a5d9e4d6ebfe34e (diff) | |
download | knights-9ea3fc7ae8217d930353eb3e0be7bfdbdf21a5c7.tar.gz knights-9ea3fc7ae8217d930353eb3e0be7bfdbdf21a5c7.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
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. |