diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 12:51:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 19:17:40 +0900 |
commit | cbb59d7906d7f13bb8adb84a7967133a98f54ec7 (patch) | |
tree | 79602bf28d89a4a8cec35d77e2fda3cca060ec40 /doc/man/tdepowersave.1 | |
parent | 7f48e94296ea14667b52ae7bbbb586966db29447 (diff) | |
download | tdepowersave-cbb59d7906d7f13bb8adb84a7967133a98f54ec7.tar.gz tdepowersave-cbb59d7906d7f13bb8adb84a7967133a98f54ec7.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/tdepowersave.1')
-rw-r--r-- | doc/man/tdepowersave.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/tdepowersave.1 b/doc/man/tdepowersave.1 index d79cfd2..1428e20 100644 --- a/doc/man/tdepowersave.1 +++ b/doc/man/tdepowersave.1 @@ -4,7 +4,7 @@ tdepowersave \- A TDE KPart Application .SH SYNOPSIS -tdepowersave [Qt\-options] [TDE\-options] +tdepowersave [TQt\-options] [TDE\-options] .SH DESCRIPTION A TDE KPart Application .SH OPTIONS @@ -13,8 +13,8 @@ A TDE KPart Application .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 @@ -65,7 +65,7 @@ sets the client geometry of the main widget - see man X for the argument format .TP .B \-\-nofork Don't run in the background. -.SS Qt options: +.SS TQt options: .TP .B \-\-display <displayname> Use the X-server display 'displayname' @@ -84,7 +84,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 |