diff options
Diffstat (limited to 'doc/man/man3/tqpainter.3qt')
-rw-r--r-- | doc/man/man3/tqpainter.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqpainter.3qt b/doc/man/man3/tqpainter.3qt index c0ec5fd57..d4e53b19e 100644 --- a/doc/man/man3/tqpainter.3qt +++ b/doc/man/man3/tqpainter.3qt @@ -1583,7 +1583,7 @@ The \fIlineWidth\fR argument specifies the line width. .PP The rectangle's interior is filled with the \fIfill\fR brush unless \fIfill\fR is 0. .PP -If you want to use a QFrame widget instead, you can make it display a plain rectangle, for example \fCQFrame::setFrameStyle( QFrame::Box | QFrame::Plain )\fR. +If you want to use a TQFrame widget instead, you can make it display a plain rectangle, for example \fCTQFrame::setFrameStyle( TQFrame::Box | TQFrame::Plain )\fR. .PP \fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in TQStyle to make widgets that follow the current GUI style. .PP @@ -1603,7 +1603,7 @@ The \fIlineWidth\fR argument specifies the line width for each of the lines. It .PP The \fImidLineWidth\fR argument specifies the width of a middle line drawn in the TQColorGroup::mid() color. .PP -If you want to use a QFrame widget instead, you can make it display a shaded line, for example \fCQFrame::setFrameStyle( QFrame::HLine | QFrame::Sunken )\fR. +If you want to use a TQFrame widget instead, you can make it display a shaded line, for example \fCTQFrame::setFrameStyle( TQFrame::HLine | TQFrame::Sunken )\fR. .PP \fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in TQStyle to make widgets that follow the current GUI style. .PP @@ -1621,7 +1621,7 @@ The \fIlineWidth\fR argument specifies the line width. .PP The panel's interior is filled with the \fIfill\fR brush unless \fIfill\fR is 0. .PP -If you want to use a QFrame widget instead, you can make it display a shaded panel, for example \fCQFrame::setFrameStyle( QFrame::Panel | QFrame::Sunken )\fR. +If you want to use a TQFrame widget instead, you can make it display a shaded panel, for example \fCTQFrame::setFrameStyle( TQFrame::Panel | TQFrame::Sunken )\fR. .PP \fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in TQStyle to make widgets that follow the current GUI style. .PP @@ -1641,7 +1641,7 @@ The \fImidLineWidth\fR argument specifies the width of a middle line drawn in th .PP The rectangle's interior is filled with the \fIfill\fR brush unless \fIfill\fR is 0. .PP -If you want to use a QFrame widget instead, you can make it display a shaded rectangle, for example \fCQFrame::setFrameStyle( QFrame::Box | QFrame::Raised )\fR. +If you want to use a TQFrame widget instead, you can make it display a shaded rectangle, for example \fCTQFrame::setFrameStyle( TQFrame::Box | TQFrame::Raised )\fR. .PP \fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in TQStyle to make widgets that follow the current GUI style. .PP @@ -1675,7 +1675,7 @@ The line width is 2 pixels. .PP The button's interior is filled with the \fIfill\fR brush unless \fIfill\fR is 0. .PP -If you want to use a QFrame widget instead, you can make it display a shaded panel, for example \fCQFrame::setFrameStyle( QFrame::WinPanel | QFrame::Raised )\fR. +If you want to use a TQFrame widget instead, you can make it display a shaded panel, for example \fCTQFrame::setFrameStyle( TQFrame::WinPanel | TQFrame::Raised )\fR. .PP \fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in TQStyle to make widgets that follow the current GUI style. .PP |