diff options
author | Michele Calgaro <[email protected]> | 2024-04-06 21:26:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-04-07 18:41:51 +0900 |
commit | 80d14fabe2dc48ea11a3704a350d9755a6d7acac (patch) | |
tree | a533d7ab34d4fcb53e25ce9eb17de254d6e2c188 /doc | |
parent | a64cac68cad5d1388eecd4809afa9027d2a083cb (diff) | |
download | kbarcode-80d14fabe2dc48ea11a3704a350d9755a6d7acac.tar.gz kbarcode-80d14fabe2dc48ea11a3704a350d9755a6d7acac.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/kbarcode.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/kbarcode.1 b/doc/man/kbarcode.1 index b81aee5..711a8e6 100644 --- a/doc/man/kbarcode.1 +++ b/doc/man/kbarcode.1 @@ -4,7 +4,7 @@ kbarcode \- KBarcode is a barcode and label printing application .SH SYNOPSIS -\fBkbarcode\fP [Qt\-options] [TDE\-options] [\fIfile\fP] +\fBkbarcode\fP [TQt\-options] [TDE\-options] [\fIfile\fP] .SH DESCRIPTION \fBKBarcode\fP is a barcode and label printing application for TDE. It can be used to print everything from simple business cards up to complex labels with several barcodes, such as article descriptions. .sp 1 @@ -50,8 +50,8 @@ print immediately in batch mode .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 @@ -71,7 +71,7 @@ Show license information .B \-\- End of options .SS -.SS Qt options: +.SS TQt options: .TP .B \-\-display <displayname> Use the X\-server display 'displayname' @@ -90,7 +90,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 |