summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbitmap.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqbitmap.3qt')
-rw-r--r--doc/man/man3/tqbitmap.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqbitmap.3qt b/doc/man/man3/tqbitmap.3qt
index c6a58773d..4a0b8b534 100644
--- a/doc/man/man3/tqbitmap.3qt
+++ b/doc/man/man3/tqbitmap.3qt
@@ -52,7 +52,7 @@ Inherits QPixmap.
.SH DESCRIPTION
The TQBitmap class provides monochrome (1-bit depth) pixmaps.
.PP
-The TQBitmap class is a monochrome off-screen paint device used mainly for creating custom QCursor and QBrush objects, in QPixmap::setMask() and for QRegion.
+The TQBitmap class is a monochrome off-screen paint device used mainly for creating custom QCursor and TQBrush objects, in QPixmap::setMask() and for QRegion.
.PP
A TQBitmap is a QPixmap with a depth of 1. If a pixmap with a depth greater than 1 is assigned to a bitmap, the bitmap will be dithered automatically. A TQBitmap is guaranteed to always have the depth 1, unless it is QPixmap::isNull() which has depth 0.
.PP
@@ -62,7 +62,7 @@ The TQBitmap can be transformed (translated, scaled, sheared or rotated) using x
.PP
Just like the QPixmap class, TQBitmap is optimized by the use of implicit sharing, so it is very efficient to pass TQBitmap objects as arguments.
.PP
-See also QPixmap, QPainter::drawPixmap(), bitBlt(), Shared Classes, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
+See also QPixmap, TQPainter::drawPixmap(), bitBlt(), Shared Classes, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQBitmap::TQBitmap ()"
Constructs a null bitmap.