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-26 11:34:49 +0900
commite56542853a5f4fd84468860bfc4eb48f42937bb1 (patch)
treec27c322ed71514aafeb51066b7dbb216729777f8 /README
parent61b3d7216985ba2315f56a59f5c010e92fb5e645 (diff)
downloadksquirrel-e56542853a5f4fd84468860bfc4eb48f42937bb1.tar.gz
ksquirrel-e56542853a5f4fd84468860bfc4eb48f42937bb1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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.