summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--korn/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/ChangeLog b/korn/ChangeLog
index bae995ea..cde2e7bd 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 -DTQT_NO_ASCII_CAST -DQT_NO_CAST_ASCII
+ * Compiles cleanly with -DTQT_NO_ASCII_CAST -DTQT_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)'.