diff options
author | Michele Calgaro <[email protected]> | 2024-03-21 16:39:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-21 17:32:43 +0900 |
commit | 1c33778f07525bb80cf5544d53815537b5253b72 (patch) | |
tree | 9f43e6177863ae7e5cc35ad16715cf37072f9251 /doc | |
parent | 35996c445685bd9c0b7ff8344ec3e6c0b33ca3d1 (diff) | |
download | tdenetworkmanager-1c33778f07525bb80cf5544d53815537b5253b72.tar.gz tdenetworkmanager-1c33778f07525bb80cf5544d53815537b5253b72.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 30e4450b23f57d6f44858c2a9a0e31008d405a34)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/tdenetworkmanager.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/tdenetworkmanager.1 b/doc/man/tdenetworkmanager.1 index 0f1abef..ea5044c 100644 --- a/doc/man/tdenetworkmanager.1 +++ b/doc/man/tdenetworkmanager.1 @@ -4,7 +4,7 @@ tdenetworkmanager \- A NetworkManager front-end for TDE .SH SYNOPSIS -tdenetworkmanager [Qt\-options] [TDE\-options] +tdenetworkmanager [TQt\-options] [TDE\-options] .SH DESCRIPTION A NetworkManager front-end for TDE .SH OPTIONS @@ -13,8 +13,8 @@ A NetworkManager front-end for TDE .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 |