summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:34:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-27 10:58:52 +0900
commitb1ecfb8b7686e6ce8e130c37ee990eebef428730 (patch)
tree5f6f82d1c3777dbc6f09ea2ea0483988562e52d7 /README
parent20f01251ce6302eb46eeba5f227675140e4fb956 (diff)
downloadksquirrel-b1ecfb8b.tar.gz
ksquirrel-b1ecfb8b.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e56542853a5f4fd84468860bfc4eb48f42937bb1)
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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.