summaryrefslogtreecommitdiffstats
path: root/korn
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:34 +0900
commit79f797c04276f2ff0992ed1a9f5882db9cf88cbe (patch)
tree75cc6611592a83c38a751192c0f596462a17d58c /korn
parent12212efecbbf5b3448e4a4979cf271c49e47502a (diff)
downloadtdepim-79f797c04276f2ff0992ed1a9f5882db9cf88cbe.tar.gz
tdepim-79f797c04276f2ff0992ed1a9f5882db9cf88cbe.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'korn')
-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)'.