From 8e62eebd2d9e244a9e8a242b56b12325a9f9614b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:51:32 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro (cherry picked from commit 1f15a49ce692d3d96fdfa955a436d79d33d24ce2) --- kiosktool/extractxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiosktool/extractxml b/kiosktool/extractxml index 629ab1d..c9314c7 100755 --- a/kiosktool/extractxml +++ b/kiosktool/extractxml @@ -6,7 +6,7 @@ # # It is based on extractrc but differs in the following ways: # *) Extracts and tags -# *) Performs equivalent of QString::simplifyWhiteSpace on all strings +# *) Performs equivalent of TQString::simplifyWhiteSpace on all strings # # known flags: # --tag=name : extract also the tag name -- cgit v1.2.3