diff options
author | Michele Calgaro <[email protected]> | 2024-03-18 12:37:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-18 18:27:53 +0900 |
commit | eacda82331e94b9a5983b78d9214226a577147d7 (patch) | |
tree | 032bc3474ce642103206df9b5b87c14cc2fcda24 /doc/man/kiosktool.1 | |
parent | 051fc70b8b98a3ef19fc8d0b306b36ec2a9df97a (diff) | |
download | kiosktool-eacda82331e94b9a5983b78d9214226a577147d7.tar.gz kiosktool-eacda82331e94b9a5983b78d9214226a577147d7.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bca7512cc03a47f31bdabfa3bb675081ddcf4894)
Diffstat (limited to 'doc/man/kiosktool.1')
-rw-r--r-- | doc/man/kiosktool.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/kiosktool.1 b/doc/man/kiosktool.1 index ef68463..39fd481 100644 --- a/doc/man/kiosktool.1 +++ b/doc/man/kiosktool.1 @@ -4,7 +4,7 @@ kiosktool \- KIOSK Admin Tool .SH SYNOPSIS -kiosktool [Qt\-options] [TDE\-options] [options] +kiosktool [TQt\-options] [TDE\-options] [options] .SH DESCRIPTION With this application we can lock the access to some parts of Trinity desktop and its applications. @@ -19,8 +19,8 @@ tderc file to save settings to [/etc/tderc] .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 @@ -69,7 +69,7 @@ sets the application GUI style. .B \-\-geometry <geometry> sets the client geometry of the main widget. .SS -.SS Qt options: +.SS TQt options: .TP .B \-\-display <displayname> Use the X\-server display 'displayname'. @@ -88,7 +88,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 |