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/man/knights.1 | |
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/man/knights.1')
-rw-r--r-- | doc/man/knights.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/knights.1 b/doc/man/knights.1 index b62873a..7e36d4c 100644 --- a/doc/man/knights.1 +++ b/doc/man/knights.1 @@ -4,7 +4,7 @@ knights - The Knights Chess Interface .SH SYNOPSIS -knights [Qt-options] [TDE-options] [options] [filename] +knights [TQt-options] [TDE-options] [options] [filename] .SH DESCRIPTION The Knights Chess Interface .SH OPTIONS @@ -21,8 +21,8 @@ Specify the location of your Knights data directory. .B --help Show help about options .TP -.B --help-qt -Show Qt specific options +.B --help-tqt +Show TQt specific options .TP .B --help-tde Show TDE specific options @@ -71,7 +71,7 @@ sets the application GUI style. .B --geometry <geometry> sets the client geometry of the main widget. .SS -.SS Qt options: +.SS TQt options: .TP .B --display <displayname> Use the X-server display 'displayname'. @@ -90,7 +90,7 @@ using the QApplication::ManyColor color specification. .TP .B --nograb -tells Qt to never grab the mouse or the keyboard. +tells TQt to never grab the mouse or the keyboard. .TP .B --dograb running under a debugger can cause an implicit |