summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqwizard.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqwizard.html')
-rw-r--r--doc/html/ntqwizard.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqwizard.html b/doc/html/ntqwizard.html
index 6e6b4d04..23bdcb25 100644
--- a/doc/html/ntqwizard.html
+++ b/doc/html/ntqwizard.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQWizard class provides a framework for wizard dialogs.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qwizard-h.html">ntqwizard.h</a>&gt;</tt>
-<p>Inherits <a href="ntqdialog.html">TQDialog</a>.
+<p>Inherits <a href="tqdialog.html">TQDialog</a>.
<p><a href="qwizard-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -131,7 +131,7 @@ complex pages.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQWizard"></a>TQWizard::TQWizard ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;modal = FALSE, WFlags&nbsp;f = 0 )
</h3>
-Constructs an empty wizard dialog. The <em>parent</em>, <em>name</em>, <em>modal</em> and <em>f</em> arguments are passed to the <a href="ntqdialog.html">TQDialog</a> constructor.
+Constructs an empty wizard dialog. The <em>parent</em>, <em>name</em>, <em>modal</em> and <em>f</em> arguments are passed to the <a href="tqdialog.html">TQDialog</a> constructor.
<h3 class=fn><a name="~TQWizard"></a>TQWizard::~TQWizard ()
</h3>
@@ -158,17 +158,17 @@ Called when the user clicks the Back button; this function shows
the preceding relevant page in the sequence.
<p> <p>See also <a href="#appropriate">appropriate</a>().
-<h3 class=fn><a href="ntqpushbutton.html">TQPushButton</a>&nbsp;* <a name="backButton"></a>TQWizard::backButton () const
+<h3 class=fn><a href="tqpushbutton.html">TQPushButton</a>&nbsp;* <a name="backButton"></a>TQWizard::backButton () const
</h3>
Returns a pointer to the dialog's Back button
<p> By default, this button is connected to the <a href="#back">back</a>() slot, which is
virtual so you can reimplement it in a TQWizard subclass. Use
<a href="#setBackEnabled">setBackEnabled</a>() to enable/disable this button.
-<h3 class=fn><a href="ntqpushbutton.html">TQPushButton</a>&nbsp;* <a name="cancelButton"></a>TQWizard::cancelButton () const
+<h3 class=fn><a href="tqpushbutton.html">TQPushButton</a>&nbsp;* <a name="cancelButton"></a>TQWizard::cancelButton () const
</h3>
Returns a pointer to the dialog's Cancel button
-<p> By default, this button is connected to the <a href="ntqdialog.html#reject">TQDialog::reject</a>()
+<p> By default, this button is connected to the <a href="tqdialog.html#reject">TQDialog::reject</a>()
slot, which is virtual so you can reimplement it in a TQWizard
subclass.
@@ -178,10 +178,10 @@ Returns a pointer to the current page in the sequence. Although
the wizard does its best to make sure that this value is never 0,
it can be if you try hard enough.
-<h3 class=fn><a href="ntqpushbutton.html">TQPushButton</a>&nbsp;* <a name="finishButton"></a>TQWizard::finishButton () const
+<h3 class=fn><a href="tqpushbutton.html">TQPushButton</a>&nbsp;* <a name="finishButton"></a>TQWizard::finishButton () const
</h3>
Returns a pointer to the dialog's Finish button
-<p> By default, this button is connected to the <a href="ntqdialog.html#accept">TQDialog::accept</a>()
+<p> By default, this button is connected to the <a href="tqdialog.html#accept">TQDialog::accept</a>()
slot, which is virtual so you can reimplement it in a TQWizard
subclass. Use <a href="#setFinishEnabled">setFinishEnabled</a>() to enable/disable this button.
@@ -190,7 +190,7 @@ subclass. Use <a href="#setFinishEnabled">setFinishEnabled</a>() to enable/disab
Called when the user clicks the Help button, this function emits
the <a href="#helpClicked">helpClicked</a>() signal.
-<h3 class=fn><a href="ntqpushbutton.html">TQPushButton</a>&nbsp;* <a name="helpButton"></a>TQWizard::helpButton () const
+<h3 class=fn><a href="tqpushbutton.html">TQPushButton</a>&nbsp;* <a name="helpButton"></a>TQWizard::helpButton () const
</h3>
Returns a pointer to the dialog's Help button
<p> By default, this button is connected to the <a href="#help">help</a>() slot, which is
@@ -231,7 +231,7 @@ Called when the user clicks the Next button, this function shows
the next relevant page in the sequence.
<p> <p>See also <a href="#appropriate">appropriate</a>().
-<h3 class=fn><a href="ntqpushbutton.html">TQPushButton</a>&nbsp;* <a name="nextButton"></a>TQWizard::nextButton () const
+<h3 class=fn><a href="tqpushbutton.html">TQPushButton</a>&nbsp;* <a name="nextButton"></a>TQWizard::nextButton () const
</h3>
Returns a pointer to the dialog's Next button
<p> By default, this button is connected to the <a href="#next">next</a>() slot, which is