diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 12:51:27 +0900 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2024-03-26 10:14:47 +0000 |
commit | 9ffe7111ffa32e58afbb8a56bfbae13e3241b161 (patch) | |
tree | d01f4ec9d88733230b1d1c6f3415e29c1cba20b9 | |
parent | 73cd9e3b72d826d0c17bf5132e15aadafd86e089 (diff) | |
download | yakuake-9ffe7111ffa32e58afbb8a56bfbae13e3241b161.tar.gz yakuake-9ffe7111ffa32e58afbb8a56bfbae13e3241b161.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 |