diff options
author | Michele Calgaro <[email protected]> | 2023-09-26 10:28:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-27 10:51:04 +0900 |
commit | 82528b267c9ed2898653873d027184e21e36f569 (patch) | |
tree | 0a9de0cff63f7a32ed66553f3ce46ebb66d74d8a /doc | |
parent | 50d1b990d5bea0fba69c065ec4fb629205e7b3b5 (diff) | |
download | libksquirrel-82528b267c9ed2898653873d027184e21e36f569.tar.gz libksquirrel-82528b267c9ed2898653873d027184e21e36f569.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b6c5fd7f2cc1b54794896fb5445cbad795424d63)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/development-highlev.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/development-highlev.html b/doc/html/development-highlev.html index 6174f5c..4716844 100644 --- a/doc/html/development-highlev.html +++ b/doc/html/development-highlev.html @@ -26,7 +26,7 @@ source distribution of ksquirrel-libs. RGBA *image = NULL, *scan; fmt_codec_base *codeK; - QString file = "/home/krasu/animation1.gif"; + TQString file = "/home/krasu/animation1.gif"; <b>Determine the library and codec</b> codeK = SQ_LibraryHandler::instance()->libraryForFile(file)->codec; |