diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-07 20:43:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-07 20:43:52 +0900 |
commit | dfd1d4ba24993d5ce98568ff82b67a77e17be08c (patch) | |
tree | 1f34bec787bab337f5f9f34f408e12f8c8b64ac5 | |
parent | dccc47224fe999ff713908dbeca828ca3303f1e4 (diff) | |
download | mathemagics-dfd1d4ba24993d5ce98568ff82b67a77e17be08c.tar.gz mathemagics-dfd1d4ba24993d5ce98568ff82b67a77e17be08c.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | doc/man/mathemagics.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/mathemagics.1 b/doc/man/mathemagics.1 index 46e96e4..aae18f5 100644 --- a/doc/man/mathemagics.1 +++ b/doc/man/mathemagics.1 @@ -3,7 +3,7 @@ mathemagics \- a RPN scientific calculator. .SH SYNOPSIS .B mathemagics -.RI [Qt-options] [TDE-options] [URL] +.RI [TQt-options] [TDE-options] [URL] .SH DESCRIPTION Mathemagics is a full-featured scientific calculator. It uses Reverse Polish Notation or RPN. mathemagics can store and use user-defined @@ -17,8 +17,8 @@ functions. .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 |