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-23 12:51:32 +0900 |
commit | 1f15a49ce692d3d96fdfa955a436d79d33d24ce2 (patch) | |
tree | 057d20ebda693b236e48458e65ba58c383cd8288 | |
parent | 31cbeff20c2789812251184bf0f982cb6c2e71c3 (diff) | |
download | kiosktool-1f15a49ce692d3d96fdfa955a436d79d33d24ce2.tar.gz kiosktool-1f15a49ce692d3d96fdfa955a436d79d33d24ce2.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 |