summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:48:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:48:17 +0900
commit7e7d6b83c13e73da5cec6999549cd587fc81cc9c (patch)
tree808e0846ddcc268400834069b19ef95b1739b055
parent9f22163e3e82a6e2cf804d800555354ac2c79f35 (diff)
downloadkbiff-replace/qobjects.tar.gz
kbiff-replace/qobjects.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionreplace/qobjects
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c2db00..f710a75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -345,7 +345,7 @@
o Slightly modified Trace.cpp code to compile on NetBSD (tip o' the hat
to Jaromir Dolecek <jdolecek@per4mance.cz> for that). Apparently,
the va_start() macro on NetBSD does NOT like the (const char*)
- overloaded method for QString
+ overloaded method for TQString
o Small change to kbiffmonitor.cpp so that pop3 doesn't produce hundreds
of new 'notify' boxes (patch by Martin Hill <mjhill@home.com>)