diff options
author | Michele Calgaro <[email protected]> | 2023-09-23 12:48:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-23 12:48:17 +0900 |
commit | 7e7d6b83c13e73da5cec6999549cd587fc81cc9c (patch) | |
tree | 808e0846ddcc268400834069b19ef95b1739b055 | |
parent | 9f22163e3e82a6e2cf804d800555354ac2c79f35 (diff) | |
download | kbiff-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 <[email protected]>
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -345,7 +345,7 @@ o Slightly modified Trace.cpp code to compile on NetBSD (tip o' the hat to Jaromir Dolecek <[email protected]> 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 <[email protected]>) |