summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqdial.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqdial.html')
-rw-r--r--doc/html/ntqdial.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqdial.html b/doc/html/ntqdial.html
index 57fddbe1f..dc39f34f0 100644
--- a/doc/html/ntqdial.html
+++ b/doc/html/ntqdial.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQDial class provides a rounded range control (like a speedometer or potentiometer).
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qdial-h.html">ntqdial.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="qdial-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -135,13 +135,13 @@ right/down arrow keys move by lineStep(), page up and page down by
<p> <p>See also <a href="ntqscrollbar.html">TQScrollBar</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Slider</a>, and <a href="basic.html">Basic Widgets</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQDial"></a>TQDial::TQDial ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQDial"></a>TQDial::TQDial ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs a dial called <em>name</em> with parent <em>parent</em>. <em>f</em> is
-propagated to the <a href="ntqwidget.html">TQWidget</a> constructor. It has the default range of
+propagated to the <a href="tqwidget.html">TQWidget</a> constructor. It has the default range of
a <a href="ntqrangecontrol.html">TQRangeControl</a>.
-<h3 class=fn><a name="TQDial-2"></a>TQDial::TQDial ( int&nbsp;minValue, int&nbsp;maxValue, int&nbsp;pageStep, int&nbsp;value, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQDial-2"></a>TQDial::TQDial ( int&nbsp;minValue, int&nbsp;maxValue, int&nbsp;pageStep, int&nbsp;value, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a dial called <em>name</em> with parent <em>parent</em>. The dial's
value can never be smaller than <em>minValue</em> or greater than <em>maxValue</em>. Its page step size is <em>pageStep</em>, and its initial value