From b562c563f0d8ce9fd80c0a3416789c180ef1a37f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 17:59:05 +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 --- korn/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korn/ChangeLog b/korn/ChangeLog index d22d617a..bae995ea 100644 --- a/korn/ChangeLog +++ b/korn/ChangeLog @@ -1,6 +1,6 @@ 2000-06-14 Rik Hemsley * More porting to KDE/Qt 2. Shitloads to do, took all day :( - * Compiles cleanly with -DQT_NO_ASCII_CAST -DQT_NO_CAST_ASCII + * Compiles cleanly with -DTQT_NO_ASCII_CAST -DQT_NO_CAST_ASCII -DQT_CLEAN_NAMESPACE * Used an inline function called 'fu()' to convert all (const) char * to QString. It calles QString::fromUtf8(), hence 'f(from)u(tf8)'.