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.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqslider.3qt b/doc/man/man3/tqslider.3qt
index 6aca9269..564e73b7 100644
--- a/doc/man/man3/tqslider.3qt
+++ b/doc/man/man3/tqslider.3qt
@@ -205,13 +205,13 @@ The \fIparent\fR and \fIname\fR arguments are sent on to the TQWidget constructo
.SH "QSlider::QSlider ( Orientation orientation, TQWidget * parent, const char * name = 0 )"
Constructs a slider.
.PP
-The \fIorientation\fR must be Qt::Vertical or Qt::Horizontal.
+The \fIorientation\fR must be TQt::Vertical or TQt::Horizontal.
.PP
The \fIparent\fR and \fIname\fR arguments are sent on to the TQWidget constructor.
.SH "QSlider::QSlider ( int minValue, int maxValue, int pageStep, int value, Orientation orientation, TQWidget * parent, const char * name = 0 )"
Constructs a slider whose value can never be smaller than \fIminValue\fR or greater than \fImaxValue\fR, whose page step size is \fIpageStep\fR and whose value is initially \fIvalue\fR (which is guaranteed to be in range using bound()).
.PP
-If \fIorientation\fR is Qt::Vertical the slider is vertical and if it is Qt::Horizontal the slider is horizontal.
+If \fIorientation\fR is TQt::Vertical the slider is vertical and if it is TQt::Horizontal the slider is horizontal.
.PP
The \fIparent\fR and \fIname\fR arguments are sent on to the TQWidget constructor.
.SH "QSlider::~QSlider ()"
@@ -324,7 +324,7 @@ Set this property's value with setMinValue() and get this property's value with
.SH "Orientation orientation"
This property holds the slider's orientation.
.PP
-The orientation must be Qt::Vertical (the default) or Qt::Horizontal.
+The orientation must be TQt::Vertical (the default) or TQt::Horizontal.
.PP
Set this property's value with setOrientation() and get this property's value with orientation().
.SH "int pageStep"