summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpainter.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpainter.3qt')
-rw-r--r--doc/man/man3/tqpainter.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqpainter.3qt b/doc/man/man3/tqpainter.3qt
index ee86c6e29..afd753ff2 100644
--- a/doc/man/man3/tqpainter.3qt
+++ b/doc/man/man3/tqpainter.3qt
@@ -885,7 +885,7 @@ Currently the mask of the pixmap or it's alpha channel are ignored when painting
See also bitBlt() and QPixmap::setMask().
.PP
Examples:
-.)l grapher/grapher.cpp, picture/picture.cpp, qdir/qdir.cpp, qmag/qmag.cpp, showimg/showimg.cpp, t10/cannon.cpp, and xform/xform.cpp.
+.)l grapher/grapher.cpp, picture/picture.cpp, tqdir/tqdir.cpp, qmag/qmag.cpp, showimg/showimg.cpp, t10/cannon.cpp, and xform/xform.cpp.
.SH "void QPainter::drawPixmap ( const QPoint & p, const QPixmap & pm, const QRect & sr )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -1094,7 +1094,7 @@ You can specify a TQColor as \fIbrush\fR, since there is a QBrush constructor th
See also drawRect().
.PP
Examples:
-.)l listboxcombo/listboxcombo.cpp, multiple/ax1.h, progress/progress.cpp, qdir/qdir.cpp, qfd/fontdisplayer.cpp, themes/metal.cpp, and themes/wood.cpp.
+.)l listboxcombo/listboxcombo.cpp, multiple/ax1.h, progress/progress.cpp, tqdir/tqdir.cpp, qfd/fontdisplayer.cpp, themes/metal.cpp, and themes/wood.cpp.
.SH "void QPainter::fillRect ( const QRect & r, const QBrush & brush )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -1114,7 +1114,7 @@ Returns the currently set painter font.
.PP
See also setFont() and QFont.
.PP
-Example: fileiconview/qfileiconview.cpp.
+Example: fileiconview/tqfileiconview.cpp.
.SH "QFontInfo QPainter::fontInfo () const"
Returns the font info for the painter, if the painter is active. It is not possible to obtain font information for an inactive painter, so the return value is undefined if the painter is not active.
.PP