summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpaintdevicemetrics.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpaintdevicemetrics.3qt')
-rw-r--r--doc/man/man3/tqpaintdevicemetrics.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqpaintdevicemetrics.3qt b/doc/man/man3/tqpaintdevicemetrics.3qt
index 16896cea..4d26b5cf 100644
--- a/doc/man/man3/tqpaintdevicemetrics.3qt
+++ b/doc/man/man3/tqpaintdevicemetrics.3qt
@@ -56,7 +56,7 @@ Sometimes when drawing graphics it is necessary to obtain information about the
.PP
TQPaintDeviceMetrics contains methods to provide the width and height of a device in both pixels (width() and height()) and millimeters (widthMM() and heightMM()), the number of colors the device supports (numColors()), the number of bit planes (depth()), and the resolution of the device (logicalDpiX() and logicalDpiY()).
.PP
-It is not always possible for TQPaintDeviceMetrics to compute the values you ask for, particularly for external devices. The ultimate example is asking for the resolution of of a QPrinter that is set to "print to file": who knows what printer that file will end up on?
+It is not always possible for TQPaintDeviceMetrics to compute the values you ask for, particularly for external devices. The ultimate example is asking for the resolution of of a TQPrinter that is set to "print to file": who knows what printer that file will end up on?
.PP
See also Graphics Classes and Image Processing Classes.
.SH MEMBER FUNCTION DOCUMENTATION
@@ -65,7 +65,7 @@ Constructs a metric for the paint device \fIpd\fR.
.SH "int TQPaintDeviceMetrics::depth () const"
Returns the bit depth (number of bit planes) of the paint device.
.SH "int TQPaintDeviceMetrics::height () const"
-Returns the height of the paint device in default coordinate system units (e.g. pixels for QPixmap and TQWidget).
+Returns the height of the paint device in default coordinate system units (e.g. pixels for TQPixmap and TQWidget).
.PP
Examples:
.)l action/application.cpp, application/application.cpp, helpviewer/helpwindow.cpp, mdi/application.cpp, and qwerty/qwerty.cpp.
@@ -83,7 +83,7 @@ Examples:
.SH "int TQPaintDeviceMetrics::numColors () const"
Returns the number of different colors available for the paint device. Since this value is an int will not be sufficient to represent the number of colors on 32 bit displays, in which case INT_MAX is returned instead.
.SH "int TQPaintDeviceMetrics::width () const"
-Returns the width of the paint device in default coordinate system units (e.g. pixels for QPixmap and TQWidget).
+Returns the width of the paint device in default coordinate system units (e.g. pixels for TQPixmap and TQWidget).
.PP
Examples:
.)l action/application.cpp, application/application.cpp, helpviewer/helpwindow.cpp, mdi/application.cpp, and qwerty/qwerty.cpp.