summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidget.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwidget.3qt')
-rw-r--r--doc/man/man3/tqwidget.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt
index d10a4d2b5..61d813816 100644
--- a/doc/man/man3/tqwidget.3qt
+++ b/doc/man/man3/tqwidget.3qt
@@ -294,7 +294,7 @@ Inherited by QButton, QFrame, QDialog, QComboBox, TQDataBrowser, TQDataView, TQD
.BI "bool \fBhasMouse\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetMask\fR ( const QBitmap & bitmap )"
+.BI "virtual void \fBsetMask\fR ( const TQBitmap & bitmap )"
.br
.ti -1c
.BI "virtual void \fBsetMask\fR ( const QRegion & region )"
@@ -2112,7 +2112,7 @@ Qt performs key event compression only for printable characters. Modifier keys,
Not all platforms support this compression, in which case turning it on will have no effect.
.PP
See also QKeyEvent::text().
-.SH "void TQWidget::setMask ( const QBitmap & bitmap )\fC [virtual]\fR"
+.SH "void TQWidget::setMask ( const TQBitmap & bitmap )\fC [virtual]\fR"
Causes only the pixels of the widget for which \fIbitmap\fR has a corresponding 1 bit to be visible. Use TQt::color0 to draw transparent regions and TQt::color1 to draw opaque regions of the bitmap.
.PP
If the region includes pixels outside the rect() of the widget, window system controls in that area may or may not be visible, depending on the platform.