diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:51:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-27 19:18:43 +0900 |
commit | 8e62eebd2d9e244a9e8a242b56b12325a9f9614b (patch) | |
tree | 6ddffd8f25e4561c9976ce91b676b4c6dcb94407 | |
parent | 84eca24a4b5fb5460de42d9dc965559c9fdc1c79 (diff) | |
download | kiosktool-8e62eebd2d9e244a9e8a242b56b12325a9f9614b.tar.gz kiosktool-8e62eebd2d9e244a9e8a242b56b12325a9f9614b.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1f15a49ce692d3d96fdfa955a436d79d33d24ce2)
-rwxr-xr-x | kiosktool/extractxml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <caption> and <description> 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 |