diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:55 +0900 |
commit | 1056f4b42d36307d679f4ce817314eae7fa46c14 (patch) | |
tree | caddac1dc0190bce7ce521fb3d31848fcae895f8 /ubuntu | |
parent | 2d58ce3afd03d186de9a7b52b01a66b20a38b597 (diff) | |
download | tde-packaging-1056f4b42d36307d679f4ce817314eae7fa46c14.tar.gz tde-packaging-1056f4b42d36307d679f4ce817314eae7fa46c14.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 'ubuntu')
-rw-r--r-- | ubuntu/maverick/tdesdk/debian/man/fixkdeincludes.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdesdk/debian/man/fixkdeincludes.1 b/ubuntu/maverick/tdesdk/debian/man/fixkdeincludes.1 index 43ae3dfff..6c5bea183 100644 --- a/ubuntu/maverick/tdesdk/debian/man/fixkdeincludes.1 +++ b/ubuntu/maverick/tdesdk/debian/man/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 \-UQT_NO_COMPAT or \-UTDE_NO_COMPAT). +\fIMakefile.am\fP contains \-UTQT_NO_COMPAT or \-UTDE_NO_COMPAT). .PP This utility is part of the TDE Software Development Kit. .SH OPTIONS |