From 2638efc545425aa7d79ed0efd1cfb12408c75a2b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 17:59:03 +0900 Subject: [PATCH] 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 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2fb18c3..77ee9d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2629,7 +2629,7 @@ Fixed bug in pyuic fro TQt v3 related to "black" and "white". 2002/02/08 15:51:02 phil Updated the documentation for the 3.1 pre-releases. -The tr() methods now honour QT_NO_TRANSLATION. +The tr() methods now honour TQT_NO_TRANSLATION. 2002/02/08 11:54:11 phil