diff options
author | Michele Calgaro <[email protected]> | 2024-03-26 12:51:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-26 19:39:43 +0900 |
commit | 2d6c9b7be4f31ee95164eb0bfee7a16438ffff41 (patch) | |
tree | ecfbfbe4026b6e2ae2de14ae7cc8dd98309b9a5a /doc/man/tdepowersave.1 | |
parent | 090107785437141c6762f5c893073e1cf6bdcdc6 (diff) | |
download | tdepowersave-2d6c9b7be4f31ee95164eb0bfee7a16438ffff41.tar.gz tdepowersave-2d6c9b7be4f31ee95164eb0bfee7a16438ffff41.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cbb59d7906d7f13bb8adb84a7967133a98f54ec7)
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 |