From b6c5fd7f2cc1b54794896fb5445cbad795424d63 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 26 Sep 2023 10:28:58 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- doc/html/development-highlev.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/development-highlev.html') 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"; Determine the library and codec codeK = SQ_LibraryHandler::instance()->libraryForFile(file)->codec; -- cgit v1.2.1