summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqslider.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqslider.3qt')
-rw-r--r--doc/man/man3/tqslider.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqslider.3qt b/doc/man/man3/tqslider.3qt
index 564e73b7..a6382be6 100644
--- a/doc/man/man3/tqslider.3qt
+++ b/doc/man/man3/tqslider.3qt
@@ -43,13 +43,13 @@ Inherits TQWidget and QRangeControl.
.BI "bool \fBtracking\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 \fBsliderStart\fR () const"
.br
.ti -1c
-.BI "QRect \fBsliderRect\fR () const"
+.BI "TQRect \fBsliderRect\fR () const"
.br
.ti -1c
.BI "virtual void \fBsetTickmarks\fR ( TickSetting )"
@@ -242,7 +242,7 @@ Sets the current minimum value of the slider. See the "minValue" property for de
Sets the slider's orientation. See the "orientation" property for details.
.SH "void QSlider::setPageStep ( int )"
Sets the current page step. See the "pageStep" property for details.
-.SH "void QSlider::setPalette ( const QPalette & p )\fC [virtual]\fR"
+.SH "void QSlider::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 sliders using palette \fIp\fR.
@@ -271,7 +271,7 @@ Sets the current slider value. See the "value" property for details.
This signal is emitted when the slider is dragged, with the new slider \fIvalue\fR as its argument.
.SH "void QSlider::sliderPressed ()\fC [signal]\fR"
This signal is emitted when the user presses the slider with the mouse.
-.SH "QRect QSlider::sliderRect () const"
+.SH "TQRect QSlider::sliderRect () const"
Returns the slider handle rectangle. (This is the visual marker that the user can move.)
.SH "void QSlider::sliderReleased ()\fC [signal]\fR"
This signal is emitted when the user releases the slider with the mouse.