From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/man/man3/tqslider.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tqslider.3qt') diff --git a/doc/man/man3/tqslider.3qt b/doc/man/man3/tqslider.3qt index 564e73b70..a6382be60 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. -- cgit v1.2.3