diff options
Diffstat (limited to 'korn/ChangeLog')
-rw-r--r-- | korn/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/ChangeLog b/korn/ChangeLog index d22d617aa..bae995ea7 100644 --- a/korn/ChangeLog +++ b/korn/ChangeLog @@ -1,6 +1,6 @@ 2000-06-14 Rik Hemsley <rik@kde.org> * 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)'. |