summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-13 23:15:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-13 23:15:27 +0900
commit3498e2c34f22b0531a74c0aa7540510aad65352e (patch)
tree0881c42fd68ae1613b48a39acaa00f8bcc898282
parent4c8afb5e944f7bb9268c81e914b2a2fbc05b557e (diff)
downloadtdesdk-3498e2c3.tar.gz
tdesdk-3498e2c3.zip
Fixed TQT->QT define in previous backported commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--doc/man/scripts/fixkdeincludes.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/scripts/fixkdeincludes.1 b/doc/man/scripts/fixkdeincludes.1
index 6c5bea18..43ae3dff 100644
--- a/doc/man/scripts/fixkdeincludes.1
+++ b/doc/man/scripts/fixkdeincludes.1
@@ -51,7 +51,7 @@ will simply be written to standard output.
The list of C++ sources to examine should be given on the command-line.
If no files are given, all C++ sources in or beneath the current
directory will be examined (with the exception of directories whose
-\fIMakefile.am\fP contains \-UTQT_NO_COMPAT or \-UTDE_NO_COMPAT).
+\fIMakefile.am\fP contains \-UQT_NO_COMPAT or \-UTDE_NO_COMPAT).
.PP
This utility is part of the TDE Software Development Kit.
.SH OPTIONS