From 7e7d6b83c13e73da5cec6999549cd587fc81cc9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:48:17 +0900 Subject: [PATCH] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 )