summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqslider.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqslider.html')
-rw-r--r--doc/html/ntqslider.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqslider.html b/doc/html/ntqslider.html
index a5b5e9781..d4a9e2026 100644
--- a/doc/html/ntqslider.html
+++ b/doc/html/ntqslider.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQSlider widget provides a vertical or horizontal slider.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qslider-h.html">ntqslider.h</a>&gt;</tt>
-<p>Inherits <a href="ntqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>.
+<p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>.
<p><a href="qslider-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -138,26 +138,26 @@ to the slider's groove and the handle the user moves.
<li><tt>TQSlider::Right</tt> - draw tickmarks to the right of the (vertical) slider
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQSlider"></a>TQSlider::TQSlider ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQSlider"></a>TQSlider::TQSlider ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a vertical slider.
-<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="ntqwidget.html">TQWidget</a>
+<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a>
constructor.
-<h3 class=fn><a name="TQSlider-2"></a>TQSlider::TQSlider ( <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQSlider-2"></a>TQSlider::TQSlider ( <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a slider.
<p> The <em>orientation</em> must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>.
-<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="ntqwidget.html">TQWidget</a>
+<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a>
constructor.
-<h3 class=fn><a name="TQSlider-3"></a>TQSlider::TQSlider ( int&nbsp;minValue, int&nbsp;maxValue, int&nbsp;pageStep, int&nbsp;value, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQSlider-3"></a>TQSlider::TQSlider ( int&nbsp;minValue, int&nbsp;maxValue, int&nbsp;pageStep, int&nbsp;value, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a slider whose value can never be smaller than <em>minValue</em> or greater than <em>maxValue</em>, whose page step size is <em>pageStep</em> and whose value is initially <em>value</em> (which is
guaranteed to be in range using <a href="ntqrangecontrol.html#bound">bound</a>()).
<p> If <em>orientation</em> is <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> the slider is vertical and if it
is <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a> the slider is horizontal.
-<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="ntqwidget.html">TQWidget</a>
+<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a>
constructor.
<h3 class=fn><a name="~TQSlider"></a>TQSlider::~TQSlider ()
@@ -205,11 +205,11 @@ See the <a href="ntqslider.html#orientation-prop">"orientation"</a> property for
See the <a href="ntqslider.html#pageStep-prop">"pageStep"</a> property for details.
<h3 class=fn>void <a name="setPalette"></a>TQSlider::setPalette ( const&nbsp;<a href="ntqpalette.html">TQPalette</a>&nbsp;&amp;&nbsp;p )<tt> [virtual]</tt>
</h3>
-Reimplements the virtual function <a href="ntqwidget.html#setPalette">TQWidget::setPalette</a>().
+Reimplements the virtual function <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>().
<p> Sets the background color to the mid color for <a href="motif-extension.html#Motif">Motif</a> style sliders
using palette <em>p</em>.
-<p>Reimplemented from <a href="ntqwidget.html#setPalette">TQWidget</a>.
+<p>Reimplemented from <a href="tqwidget.html#setPalette">TQWidget</a>.
<h3 class=fn>void <a name="setRange"></a>TQRangeControl::setRange ( int&nbsp;minValue, int&nbsp;maxValue )
</h3>
Sets the range control's minimum value to <em>minValue</em> and its