summaryrefslogtreecommitdiffstats
path: root/doc/i18n.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/i18n.doc')
-rw-r--r--doc/i18n.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/i18n.doc b/doc/i18n.doc
index 81e26bc4..27d0641a 100644
--- a/doc/i18n.doc
+++ b/doc/i18n.doc
@@ -251,7 +251,7 @@ Example of QT_TRANSLATE_NOOP():
\endcode
If you disable the const char* to QString automatic conversion
-by compiling your software with the macro QT_NO_CAST_ASCII
+by compiling your software with the macro TQT_NO_CAST_ASCII
defined, you'll be very likely to catch any strings you are
missing. See QString::fromLatin1() for more information.
Disabling the conversion can make programming a bit cumbersome.