diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:08 +0900 |
commit | 6658576e27c5fb66f4732a216be5b4f3771c6f36 (patch) | |
tree | bbd59de72b465ddc7a2185e2611a93a22abd282b /doc | |
parent | a615469e90c89c23000bd7c2f2905744123ac728 (diff) | |
download | tdesdk-6658576e27c5fb66f4732a216be5b4f3771c6f36.tar.gz tdesdk-6658576e27c5fb66f4732a216be5b4f3771c6f36.zip |
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/scripts/man-fixincludes.1.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scripts/man-fixincludes.1.docbook b/doc/scripts/man-fixincludes.1.docbook index a4850ddc..a773cf7a 100644 --- a/doc/scripts/man-fixincludes.1.docbook +++ b/doc/scripts/man-fixincludes.1.docbook @@ -62,7 +62,7 @@ problems will simply be written to standard output. </para> 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 <filename>Makefile.am</filename> contains -<option>-UQT_NO_COMPAT</option> or +<option>-UTQT_NO_COMPAT</option> or <option>-UKDE_NO_COMPAT</option>)</para> <para>This utility is part of the KDE Software Development Kit. </para> |