From 3498e2c34f22b0531a74c0aa7540510aad65352e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 Jun 2022 23:15:27 +0900 Subject: [PATCH] Fixed TQT->QT define in previous backported commit. Signed-off-by: Michele Calgaro --- doc/man/scripts/fixkdeincludes.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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