From e56542853a5f4fd84468860bfc4eb48f42937bb1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 26 Sep 2023 11:34:49 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index bcc579e..2c8d778 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ Here is some history :) In November 2003, testing long time other programs on my collection of images, I've found an awful thing - any of programs could not show ALL images. There was no support 32-bit BMP, TGA, animated GIF, PSD, etc. Any of them does not use the -most advanced libraries for decoding images, and use either imlib, or QImage::load(). +most advanced libraries for decoding images, and use either imlib, or TQImage::load(). Having become dissapointed, I've decided to write the image viewer with the flexible architecture. Birthday for KSquirrel - on December 10, 2003. -- cgit v1.2.1