diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /src/tools/qfeatures.txt | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.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 'src/tools/qfeatures.txt')
-rw-r--r-- | src/tools/qfeatures.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt index 0aa3cf785..1b57b79de 100644 --- a/src/tools/qfeatures.txt +++ b/src/tools/qfeatures.txt @@ -152,7 +152,7 @@ SeeAlso: ??? Feature: SPRINTF Section: Data structures Requires: REGEXP -Name: QString::sprintf() +Name: TQString::sprintf() SeeAlso: ??? Feature: QUUID_STRING @@ -314,13 +314,13 @@ SeeAlso: ??? Feature: TRANSLATION Section: Internationalization Requires: DATASTREAM -Name: Translations via QObject::tr() +Name: Translations via TQObject::tr() SeeAlso: ??? Feature: TRANSLATION_UTF8 Section: Internationalization Requires: TRANSLATION TEXTCODEC -Name: Translations via QObject::trUtf8() +Name: Translations via TQObject::trUtf8() SeeAlso: ??? Feature: TEXTCODEC @@ -681,31 +681,31 @@ SeeAlso: ??? Feature: IMAGE_TRUECOLOR Section: Images Requires: -Name: TrueColor QImage +Name: TrueColor TQImage SeeAlso: ??? Feature: IMAGE_SMOOTHSCALE Section: Images Requires: -Name: Smooth QImage scaling +Name: Smooth TQImage scaling SeeAlso: ??? Feature: IMAGE_DITHER_TO_1 Section: Images Requires: -Name: Dither QImage to 1-bit image +Name: Dither TQImage to 1-bit image SeeAlso: ??? Feature: IMAGE_HEURISTIC_MASK Section: Images Requires: -Name: QImage::createHeuristicMask() +Name: TQImage::createHeuristicMask() SeeAlso: ??? Feature: IMAGE_MIRROR Section: Images Requires: -Name: QImage mirroring +Name: TQImage mirroring SeeAlso: ??? Feature: IMAGE_TEXT @@ -717,7 +717,7 @@ SeeAlso: ??? Feature: IMAGE_16_BIT Section: Qt/Embedded-specific Requires: IMAGE_TRUECOLOR -Name: 16-bit QImage +Name: 16-bit TQImage SeeAlso: ??? Feature: CURSOR |