diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 12:51:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 19:16:09 +0900 |
commit | d3bf19a1ddf4bd73fbdcd0bd1cbcd4e2774fb0bd (patch) | |
tree | d01f4ec9d88733230b1d1c6f3415e29c1cba20b9 | |
parent | 35bbdf5e477a6eceeea52cb4d40b9f11698736a0 (diff) | |
download | yakuake-d3bf19a1ddf4bd73fbdcd0bd1cbcd4e2774fb0bd.tar.gz yakuake-d3bf19a1ddf4bd73fbdcd0bd1cbcd4e2774fb0bd.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9ffe7111ffa32e58afbb8a56bfbae13e3241b161)
-rw-r--r-- | doc/man/yakuake.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/yakuake.1 b/doc/man/yakuake.1 index fd9f23e..f98372d 100644 --- a/doc/man/yakuake.1 +++ b/doc/man/yakuake.1 @@ -3,7 +3,7 @@ YaKuake \- a Quake-style terminal emulator based on TDE Konsole technology. .SH SYNOPSIS .B YaKuake -[Qt\-options] [TDE\-options] +[TQt\-options] [TDE\-options] .SH DESCRIPTION YaKuake is inspired from the terminal in the Quake game: when you press a key (by default F12, but that can be changed) a terminal window slides down from @@ -20,8 +20,8 @@ Generic options: .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 |