summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqprogressdialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqprogressdialog.html')
-rw-r--r--doc/html/ntqprogressdialog.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqprogressdialog.html b/doc/html/ntqprogressdialog.html
index 4f3345e8..05aae17a 100644
--- a/doc/html/ntqprogressdialog.html
+++ b/doc/html/ntqprogressdialog.html
@@ -196,7 +196,7 @@ of the dialog to occur. If <em>modal</em> is TRUE, the dialog ensures that
events are processed when needed.
<p> <p>See also <a href="#labelText-prop">labelText</a>, <a href="#setLabel">setLabel</a>(), <a href="#setCancelButtonText">setCancelButtonText</a>(), <a href="#setCancelButton">setCancelButton</a>(), and <a href="#totalSteps-prop">totalSteps</a>.
-<h3 class=fn><a name="TQProgressDialog-2"></a>TQProgressDialog::TQProgressDialog ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;labelText, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;cancelButtonText, int&nbsp;totalSteps, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;creator = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;modal = FALSE, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQProgressDialog-2"></a>TQProgressDialog::TQProgressDialog ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;labelText, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;cancelButtonText, int&nbsp;totalSteps, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;creator = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;modal = FALSE, WFlags&nbsp;f = 0 )
</h3>
Constructs a progress dialog.
<p> The <em>labelText</em> is text used to remind the user what is progressing.
@@ -252,7 +252,7 @@ Shows the dialog if it is still hidden after the algorithm has been started
and minimumDuration milliseconds have passed.
<p> <p>See also <a href="#minimumDuration-prop">minimumDuration</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="labelText"></a>TQProgressDialog::labelText () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="labelText"></a>TQProgressDialog::labelText () const
</h3><p>Returns the label's text.
See the <a href="ntqprogressdialog.html#labelText-prop">"labelText"</a> property for details.
<h3 class=fn>int <a name="minimumDuration"></a>TQProgressDialog::minimumDuration () const
@@ -289,7 +289,7 @@ when necessary, so do not pass the address of an object that is on
the stack, i.e. use new() to create the button.
<p> <p>See also <a href="#setCancelButtonText">setCancelButtonText</a>().
-<h3 class=fn>void <a name="setCancelButtonText"></a>TQProgressDialog::setCancelButtonText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;cancelButtonText )<tt> [slot]</tt>
+<h3 class=fn>void <a name="setCancelButtonText"></a>TQProgressDialog::setCancelButtonText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;cancelButtonText )<tt> [slot]</tt>
</h3>
Sets the cancel button's text to <em>cancelButtonText</em>.
<p>See also <a href="#setCancelButton">setCancelButton</a>().
@@ -302,7 +302,7 @@ necessary, so do not pass the address of an object on the stack.
<p> <p>See also <a href="#labelText-prop">labelText</a>.
<p>Example: <a href="progress-example.html#x83">progress/progress.cpp</a>.
-<h3 class=fn>void <a name="setLabelText"></a>TQProgressDialog::setLabelText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; )<tt> [slot]</tt>
+<h3 class=fn>void <a name="setLabelText"></a>TQProgressDialog::setLabelText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [slot]</tt>
</h3><p>Sets the label's text.
See the <a href="ntqprogressdialog.html#labelText-prop">"labelText"</a> property for details.
<h3 class=fn>void <a name="setMinimumDuration"></a>TQProgressDialog::setMinimumDuration ( int&nbsp;ms )<tt> [slot]</tt>
@@ -349,9 +349,9 @@ See the <a href="ntqprogressdialog.html#wasCancelled-prop">"wasCancelled"</a> pr
<p> <p>See also <a href="#autoClose-prop">autoClose</a>.
<p>Set this property's value with <a href="#setAutoReset">setAutoReset</a>() and get this property's value with <a href="#autoReset">autoReset</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="labelText-prop"></a>labelText</h3>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="labelText-prop"></a>labelText</h3>
<p>This property holds the label's text.
-<p>The default text is <a href="ntqstring.html#TQString-null">TQString::null</a>.
+<p>The default text is <a href="tqstring.html#TQString-null">TQString::null</a>.
<p>Set this property's value with <a href="#setLabelText">setLabelText</a>() and get this property's value with <a href="#labelText">labelText</a>().
<h3 class=fn>int <a name="minimumDuration-prop"></a>minimumDuration</h3>