diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-16 19:56:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-16 19:56:37 +0900 |
commit | 7b0ba5b4ec0e6a41689f294d68c64f5631d8f733 (patch) | |
tree | 6128f844fe1484fccf7f9900b896f0c1b3afce25 | |
parent | 11f3716a1c82b43f92dc32083101558f3ec47f27 (diff) | |
download | kscope-7b0ba5b4ec0e6a41689f294d68c64f5631d8f733.tar.gz kscope-7b0ba5b4ec0e6a41689f294d68c64f5631d8f733.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | doc/man/kscope.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/kscope.1 b/doc/man/kscope.1 index d11f8b6..6cb1f93 100644 --- a/doc/man/kscope.1 +++ b/doc/man/kscope.1 @@ -33,7 +33,7 @@ coders. KScope also provides call-tree and call-graph views that can help developers by visualising the relationships between different functions in the code base. .SH OPTIONS -All TDE and Qt +All TDE and TQt programs accept a some common command-line options. KScope has no application-specific options. .PP @@ -41,8 +41,8 @@ application-specific options. \*(T<\fB\-\-help\fR\*(T> Show help about options .TP -\*(T<\fB\-\-help\-qt\fR\*(T> -Show Qt specific options +\*(T<\fB\-\-help\-tqt\fR\*(T> +Show TQt specific options .TP \*(T<\fB\-\-help\-tde\fR\*(T> Show TDE specific options |