diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-23 22:26:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-24 18:55:55 +0900 |
commit | 0cba31c787c08fbbd3069125a03c6ed989ec23e4 (patch) | |
tree | 2147c9a4619f5f48caa8cf656d2bc34e210d4e57 | |
parent | 450ad2526b73aaa48d7dc563d7c0f8d09810bb32 (diff) | |
download | kshutdown-0cba31c787c08fbbd3069125a03c6ed989ec23e4.tar.gz kshutdown-0cba31c787c08fbbd3069125a03c6ed989ec23e4.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a3686d26921847332801eb9b9433bfd307ad46a6)
-rw-r--r-- | doc/de/index.docbook | 4 | ||||
-rw-r--r-- | doc/en/index.docbook | 4 | ||||
-rw-r--r-- | doc/man/kshutdown.1 | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/de/index.docbook b/doc/de/index.docbook index 28443a8..ed43887 100644 --- a/doc/de/index.docbook +++ b/doc/de/index.docbook @@ -104,13 +104,13 @@ Anmerkung: Die Optionen werden in Englisch angezeigt! Auf der Kommandozeile kshutdown mit den gewünschten Optionen, ohne Klammern, angeben. -Benutzung: kshutdown [Qt-options] [TDE-options] [options] [time] +Benutzung: kshutdown [TQt-options] [TDE-options] [options] [time] A Shut Down Utility for TDE Generic options: --help Show help about options Hilfe Optionen - --help-qt Show Qt specific options QT-spezifische Optionen + --help-tqt Show TQt specific options TQt-spezifische Optionen --help-kde Show TDE specific options TDE-spezifische Optionen --help-all Show all options Alle Optionen --author Show author information Informationen über den Author diff --git a/doc/en/index.docbook b/doc/en/index.docbook index f7c7292..708a5df 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -101,13 +101,13 @@ <title>Command Line</title> <!-- copied from the kshutdown command line help --> <programlisting> -Usage: kshutdown [Qt-options] [TDE-options] [options] [time] +Usage: kshutdown [TQt-options] [TDE-options] [options] [time] A Shut Down Utility for TDE Generic options: --help Show help about options - --help-qt Show Qt specific options + --help-tqt Show TQt specific options --help-kde Show TDE specific options --help-all Show all options --author Show author information diff --git a/doc/man/kshutdown.1 b/doc/man/kshutdown.1 index 84cb140..63121e1 100644 --- a/doc/man/kshutdown.1 +++ b/doc/man/kshutdown.1 @@ -18,7 +18,7 @@ kshutdown \- A Shut Down Utility for TDE .SH SYNOPSIS .B kshutdown -.RI [ Qt-options ] +.RI [ TQt-options ] .RI [ TDE-options ] .RI [ options ] .RI time @@ -42,8 +42,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 |