diff options
Diffstat (limited to 'doc/man/man3/tqscrollbar.3qt')
-rw-r--r-- | doc/man/man3/tqscrollbar.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqscrollbar.3qt b/doc/man/man3/tqscrollbar.3qt index 3cdd4bc9c..ab64ac032 100644 --- a/doc/man/man3/tqscrollbar.3qt +++ b/doc/man/man3/tqscrollbar.3qt @@ -43,7 +43,7 @@ Inherits TQWidget and QRangeControl. .BI "bool \fBdraggingSlider\fR () const" .br .ti -1c -.BI "virtual void \fBsetPalette\fR ( const QPalette & p )" +.BI "virtual void \fBsetPalette\fR ( const TQPalette & p )" .br .ti -1c .BI "int \fBminValue\fR () const" @@ -76,7 +76,7 @@ Inherits TQWidget and QRangeControl. .BI "int \fBsliderStart\fR () const" .br .ti -1c -.BI "QRect \fBsliderRect\fR () const" +.BI "TQRect \fBsliderRect\fR () const" .br .in -1c .SS "Public Slots" @@ -244,7 +244,7 @@ Sets the scroll bar's minimum value. See the "minValue" property for details. Sets the orientation of the scroll bar. See the "orientation" property for details. .SH "void QScrollBar::setPageStep ( int )" Sets the page step. See the "pageStep" property for details. -.SH "void QScrollBar::setPalette ( const QPalette & p )\fC [virtual]\fR" +.SH "void QScrollBar::setPalette ( const TQPalette & p )\fC [virtual]\fR" Reimplements the virtual function TQWidget::setPalette(). .PP Sets the background color to the mid color for Motif style scroll bars using palette \fIp\fR. @@ -262,7 +262,7 @@ This signal is emitted even when tracking is turned off. See also tracking, valueChanged(), nextLine(), prevLine(), nextPage(), and prevPage(). .SH "void QScrollBar::sliderPressed ()\fC [signal]\fR" This signal is emitted when the user presses the slider with the mouse. -.SH "QRect QScrollBar::sliderRect () const" +.SH "TQRect QScrollBar::sliderRect () const" Returns the scroll bar slider rectangle. .PP See also sliderStart(). |