diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-16 19:56:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-17 12:47:37 +0900 |
commit | 1a9b8e7a949a7cf1f44094883ea81be634923e63 (patch) | |
tree | bb2dd99653f861f565369e189444e49e9a0679e0 | |
parent | 320b4e639ef3f6cb7aa3d93ddd638f7dbd2b8d95 (diff) | |
download | kdbg-1a9b8e7a949a7cf1f44094883ea81be634923e63.tar.gz kdbg-1a9b8e7a949a7cf1f44094883ea81be634923e63.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b2529ec97a92ac78a7409711a98ac459f3955434)
-rw-r--r-- | doc/man/kdbg.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/kdbg.1 b/doc/man/kdbg.1 index d577b92..01b050c 100644 --- a/doc/man/kdbg.1 +++ b/doc/man/kdbg.1 @@ -44,7 +44,7 @@ Inspection of variable values in a tree structure. Direct member: For certain compound data types the most important member values are displayed next to the variable name, so that it is not necessary to expand the subtree of that variable in order to see -the member value. KDbg can also display Qt's TQString values, which +the member value. KDbg can also display TQt's TQString values, which are Unicode strings. .PP Debugger at your finger tips: The basic debugger functions (step, |