diff options
author | Michele Calgaro <[email protected]> | 2024-02-23 19:31:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-23 19:31:06 +0900 |
commit | c295d595e9249794cf3c553e452a3341103c6e09 (patch) | |
tree | 37fcf862a483278b0e06efdb320ebddd7b2856ca /doc/man | |
parent | c6f6aa86d3d66887d4a8384b87dca8f8b26e65b6 (diff) | |
download | krecipes-c295d595e9249794cf3c553e452a3341103c6e09.tar.gz krecipes-c295d595e9249794cf3c553e452a3341103c6e09.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/krecipes.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/krecipes.1 b/doc/man/krecipes.1 index aaf56f7..1362041 100644 --- a/doc/man/krecipes.1 +++ b/doc/man/krecipes.1 @@ -19,7 +19,7 @@ Krecipes \- The TDE Cookbook .SH SYNOPSIS .B krecipes -[Qt\-options] [TDE\-options] [options] +[TQt\-options] [TDE\-options] [options] .SH DESCRIPTION .B Krecipes is a program that lets you to manage your recipes, create shopping @@ -38,8 +38,8 @@ Convert the current SQLite 2.x database to SQLite 3 and exit .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 @@ -58,7 +58,7 @@ Show license information .TP .B \-\- End of options -.SS Qt options +.SS TQt options .TP .B \-\-display <displayname> Use the X\-server display 'displayname' @@ -76,7 +76,7 @@ display, if the application is 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 \-nograb, use \-dograb |