summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /src
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt3-r14.1.1.tar.gz
tqt3-r14.1.1.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 b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'src')
-rw-r--r--src/tools/qfeatures.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt
index af6f6204..9092f5e7 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