diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-26 11:34:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-26 11:34:49 +0900 |
commit | e56542853a5f4fd84468860bfc4eb48f42937bb1 (patch) | |
tree | c27c322ed71514aafeb51066b7dbb216729777f8 /README | |
parent | 61b3d7216985ba2315f56a59f5c010e92fb5e645 (diff) | |
download | ksquirrel-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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |