diff options
Diffstat (limited to 'doc/man/man3/tqpainter.3qt')
-rw-r--r-- | doc/man/man3/tqpainter.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqpainter.3qt b/doc/man/man3/tqpainter.3qt index d4e53b19e..f88a37cff 100644 --- a/doc/man/man3/tqpainter.3qt +++ b/doc/man/man3/tqpainter.3qt @@ -1573,7 +1573,7 @@ Example: See also xForm() and TQWMatrix::map(). .SH RELATED FUNCTION DOCUMENTATION .SH "void qDrawPlainRect ( TQPainter * p, int x, int y, int w, int h, const TQColor & c, int lineWidth, const TQBrush * fill )" -\fC#include <ntqdrawutil.h>\fR +\fC#include <tqdrawutil.h>\fR .PP Draws the plain rectangle specified by (\fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR) using the painter \fIp\fR. .PP @@ -1589,7 +1589,7 @@ If you want to use a TQFrame widget instead, you can make it display a plain rec .PP See also qDrawShadeRect() and TQStyle::drawPrimitive(). .SH "void qDrawShadeLine ( TQPainter * p, int x1, int y1, int x2, int y2, const TQColorGroup & g, bool sunken, int lineWidth, int midLineWidth )" -\fC#include <ntqdrawutil.h>\fR +\fC#include <tqdrawutil.h>\fR .PP Draws a horizontal (\fIy1\fR == \fIy2\fR) or vertical (\fIx1\fR == \fIx2\fR) shaded line using the painter \fIp\fR. .PP @@ -1609,7 +1609,7 @@ If you want to use a TQFrame widget instead, you can make it display a shaded li .PP See also qDrawShadeRect(), qDrawShadePanel(), and TQStyle::drawPrimitive(). .SH "void qDrawShadePanel ( TQPainter * p, int x, int y, int w, int h, const TQColorGroup & g, bool sunken, int lineWidth, const TQBrush * fill )" -\fC#include <ntqdrawutil.h>\fR +\fC#include <tqdrawutil.h>\fR .PP Draws the shaded panel specified by (\fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR) using the painter \fIp\fR. .PP @@ -1627,7 +1627,7 @@ If you want to use a TQFrame widget instead, you can make it display a shaded pa .PP See also qDrawWinPanel(), qDrawShadeLine(), qDrawShadeRect(), and TQStyle::drawPrimitive(). .SH "void qDrawShadeRect ( TQPainter * p, int x, int y, int w, int h, const TQColorGroup & g, bool sunken, int lineWidth, int midLineWidth, const TQBrush * fill )" -\fC#include <ntqdrawutil.h>\fR +\fC#include <tqdrawutil.h>\fR .PP Draws the shaded rectangle specified by (\fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR) using the painter \fIp\fR. .PP @@ -1647,7 +1647,7 @@ If you want to use a TQFrame widget instead, you can make it display a shaded re .PP See also qDrawShadeLine(), qDrawShadePanel(), qDrawPlainRect(), TQStyle::drawItem(), TQStyle::drawControl(), and TQStyle::drawComplexControl(). .SH "void qDrawWinButton ( TQPainter * p, int x, int y, int w, int h, const TQColorGroup & g, bool sunken, const TQBrush * fill )" -\fC#include <ntqdrawutil.h>\fR +\fC#include <tqdrawutil.h>\fR .PP Draws the Windows-style button specified by (\fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR) using the painter \fIp\fR. .PP @@ -1663,7 +1663,7 @@ The button's interior is filled with the \fI*fill\fR brush unless \fIfill\fR is .PP See also qDrawWinPanel() and TQStyle::drawControl(). .SH "void qDrawWinPanel ( TQPainter * p, int x, int y, int w, int h, const TQColorGroup & g, bool sunken, const TQBrush * fill )" -\fC#include <ntqdrawutil.h>\fR +\fC#include <tqdrawutil.h>\fR .PP Draws the Windows-style panel specified by (\fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR) using the painter \fIp\fR. .PP |