diff options
author | Michele Calgaro <[email protected]> | 2024-04-06 21:27:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-04-07 18:38:04 +0900 |
commit | 3367cc19f5a82dc12b6fc02b85de2ce2b872776b (patch) | |
tree | d637300801ecf20deafb437bc9f61cf4d7edbdbe | |
parent | cbfeb05e34e2f675805b80ac6e5664d940b1a280 (diff) | |
download | kommando-3367cc19f5a82dc12b6fc02b85de2ce2b872776b.tar.gz kommando-3367cc19f5a82dc12b6fc02b85de2ce2b872776b.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit be74283b99f9cafc1fc048551e257109346a1b14)
-rw-r--r-- | doc/man/kommando.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/kommando.1 b/doc/man/kommando.1 index 8d7c76c..f0de025 100644 --- a/doc/man/kommando.1 +++ b/doc/man/kommando.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH QT: "1" "October 2005" "kde-apps.org" "User Commands" +.TH TQt: "1" "October 2005" "kde-apps.org" "User Commands" .SH NAME -Qt: \- kommando +TQt: \- kommando .SH SYNOPSIS .B kommando [\fIQt-options\fR] [\fITDE-options\fR] @@ -16,8 +16,8 @@ The pop-up-keyboard shortcut can be set in the configuration interface, and is C \fB\-\-help\fR Show help about options .TP -\fB\-\-help\-qt\fR -Show Qt specific options +\fB\-\-help\-tqt\fR +Show TQt specific options .TP \fB\-\-help\-kde\fR Show TDE specific options @@ -36,7 +36,7 @@ Show license information .TP \fB\-\-\fR End of options -.SS "Qt options:" +.SS "TQt options:" .TP \fB\-\-display\fR <displayname> Use the X\-server display 'displayname' @@ -55,7 +55,7 @@ using the QApplication::ManyColor color specification .TP \fB\-\-nograb\fR -tells Qt to never grab the mouse or the keyboard +tells TQt to never grab the mouse or the keyboard .TP \fB\-\-dograb\fR running under a debugger can cause an implicit |