summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmessagebox.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqmessagebox.html')
-rw-r--r--doc/html/tqmessagebox.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqmessagebox.html b/doc/html/tqmessagebox.html
index 66fbe832..1d20e2bc 100644
--- a/doc/html/tqmessagebox.html
+++ b/doc/html/tqmessagebox.html
@@ -365,7 +365,7 @@ pressed).
TQMessageBox::<a href="#Icon-enum">Question</a>,
TQMessageBox::Yes | TQMessageBox::Default,
TQMessageBox::No | TQMessageBox::Escape,
- TQMessageBox::<a href="ntqt.html#ButtonState-enum">NoButton</a> );
+ TQMessageBox::<a href="tqt.html#ButtonState-enum">NoButton</a> );
if ( mb.<a href="tqdialog.html#exec">exec</a>() == TQMessageBox::No )
// try again
</pre>
@@ -615,7 +615,7 @@ See the <a href="tqmessagebox.html#iconPixmap-prop">"iconPixmap"</a> property fo
<h3 class=fn>void <a name="setText"></a>TQMessageBox::setText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )
</h3><p>Sets the message box text to be displayed.
See the <a href="tqmessagebox.html#text-prop">"text"</a> property for details.
-<h3 class=fn>void <a name="setTextFormat"></a>TQMessageBox::setTextFormat ( <a href="ntqt.html#TextFormat-enum">TextFormat</a> )
+<h3 class=fn>void <a name="setTextFormat"></a>TQMessageBox::setTextFormat ( <a href="tqt.html#TextFormat-enum">TextFormat</a> )
</h3><p>Sets the format of the text displayed by the message box.
See the <a href="tqmessagebox.html#textFormat-prop">"textFormat"</a> property for details.
<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="standardIcon"></a>TQMessageBox::standardIcon ( <a href="tqmessagebox.html#Icon-enum">Icon</a>&nbsp;icon )<tt> [static]</tt>
@@ -626,7 +626,7 @@ specifies the required icon, e.g. TQMessageBox::Question,
TQMessageBox::Information, TQMessageBox::Warning or
TQMessageBox::Critical.
-<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="standardIcon-2"></a>TQMessageBox::standardIcon ( <a href="tqmessagebox.html#Icon-enum">Icon</a>&nbsp;icon, <a href="ntqt.html#GUIStyle-enum">GUIStyle</a>&nbsp;style )<tt> [static]</tt>
+<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="standardIcon-2"></a>TQMessageBox::standardIcon ( <a href="tqmessagebox.html#Icon-enum">Icon</a>&nbsp;icon, <a href="tqt.html#GUIStyle-enum">GUIStyle</a>&nbsp;style )<tt> [static]</tt>
</h3>
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Returns the pixmap used for a standard icon. This
@@ -638,7 +638,7 @@ TQMessageBox::Warning or TQMessageBox::Critical.
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQMessageBox::text () const
</h3><p>Returns the message box text to be displayed.
See the <a href="tqmessagebox.html#text-prop">"text"</a> property for details.
-<h3 class=fn><a href="ntqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat"></a>TQMessageBox::textFormat () const
+<h3 class=fn><a href="tqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat"></a>TQMessageBox::textFormat () const
</h3><p>Returns the format of the text displayed by the message box.
See the <a href="tqmessagebox.html#textFormat-prop">"textFormat"</a> property for details.
<h3 class=fn>int <a name="warning"></a>TQMessageBox::warning ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;caption, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;button0, int&nbsp;button1, int&nbsp;button2 = 0 )<tt> [static]</tt>
@@ -725,16 +725,16 @@ Windows GUI styles; you may want to draw two pixmaps.
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text-prop"></a>text</h3>
<p>This property holds the message box text to be displayed.
<p>The text will be interpreted either as a plain text or as rich
-text, depending on the text format setting (<a href="#textFormat-prop">TQMessageBox::textFormat</a>). The default setting is <a href="ntqt.html#TextFormat-enum">AutoText</a>, i.e.
+text, depending on the text format setting (<a href="#textFormat-prop">TQMessageBox::textFormat</a>). The default setting is <a href="tqt.html#TextFormat-enum">AutoText</a>, i.e.
the message box will try to auto-detect the format of the text.
<p> The default value of this property is <a href="tqstring.html#TQString-null">TQString::null</a>.
<p> <p>See also <a href="#textFormat-prop">textFormat</a>.
<p>Set this property's value with <a href="#setText">setText</a>() and get this property's value with <a href="#text">text</a>().
-<h3 class=fn><a href="ntqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat-prop"></a>textFormat</h3>
+<h3 class=fn><a href="tqt.html#TextFormat-enum">TextFormat</a> <a name="textFormat-prop"></a>textFormat</h3>
<p>This property holds the format of the text displayed by the message box.
-<p>The current text format used by the message box. See the <a href="ntqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible options.
-<p> The default format is <a href="ntqt.html#TextFormat-enum">AutoText</a>.
+<p>The current text format used by the message box. See the <a href="tqt.html#TextFormat-enum">TQt::TextFormat</a> enum for an explanation of the possible options.
+<p> The default format is <a href="tqt.html#TextFormat-enum">AutoText</a>.
<p> <p>See also <a href="#text-prop">text</a>.
<p>Set this property's value with <a href="#setTextFormat">setTextFormat</a>() and get this property's value with <a href="#textFormat">textFormat</a>().