summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 17:59:05 +0900
commitb562c563f0d8ce9fd80c0a3416789c180ef1a37f (patch)
treede9618c0f223627e2fe1e23efc1ffdfdba20f6d4
parent4256ba6e27ae1437de1e6746dbc25d5b6804e96d (diff)
downloadtdepim-b562c563f0d8ce9fd80c0a3416789c180ef1a37f.tar.gz
tdepim-b562c563f0d8ce9fd80c0a3416789c180ef1a37f.zip
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 <michele.calgaro@yahoo.it>
-rw-r--r--korn/ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <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)'.