summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 10:28:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 10:28:58 +0900
commitb6c5fd7f2cc1b54794896fb5445cbad795424d63 (patch)
tree1d48547f28eaa24c055b36f1f2cf028b4c47b1a9 /doc
parent82a841cfe772a600162d2c28d82874de8ae21d9c (diff)
downloadlibksquirrel-b6c5fd7f2cc1b54794896fb5445cbad795424d63.tar.gz
libksquirrel-b6c5fd7f2cc1b54794896fb5445cbad795424d63.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 'doc')
-rw-r--r--doc/html/development-highlev.html2
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;