From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqwidget.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqwidget.3qt') 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. -- cgit v1.2.3