summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqscrollbar.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqscrollbar.3qt
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqscrollbar.3qt')
-rw-r--r--doc/man/man3/tqscrollbar.3qt8
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().