From 69d87202cb139ffe9e4b3ce92e434523b7b09b64 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:30 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- doc/html/i18n.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/i18n.html') diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 99e2894c8..9f74d1154 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -246,7 +246,7 @@ The macros expand to just the text (without the context).

If you disable the const char* to TQString 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 TQString::fromLatin1() for more information. Disabling the conversion can make programming a bit cumbersome. -- cgit v1.2.1