summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmessagebox.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-03 17:43:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-03 17:43:38 +0900
commit6964feed838dec70e7743ea90b390e4ae706d3c9 (patch)
tree6faf8862c19e31a988e9b5a43485a9f23b89d4a8 /doc/html/tqmessagebox.html
parent81288cfcb6a543d96a1ee4bf1d7d3c26231f517f (diff)
downloadtqt3-6964feed838dec70e7743ea90b390e4ae706d3c9.tar.gz
tqt3-6964feed838dec70e7743ea90b390e4ae706d3c9.zip
Remove obsolete Netscape plugin and its classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmessagebox.html')
-rw-r--r--doc/html/tqmessagebox.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/html/tqmessagebox.html b/doc/html/tqmessagebox.html
index 1d20e2bc..83bbb238 100644
--- a/doc/html/tqmessagebox.html
+++ b/doc/html/tqmessagebox.html
@@ -407,7 +407,7 @@ See the examples/menu/menu.cpp example.
<p> <a href="ntqapplication.html">TQApplication</a> provides this functionality as a slot.
<p> <p>See also <a href="ntqapplication.html#aboutTQt">TQApplication::aboutTQt</a>().
-<p>Examples: <a href="tqaction-application-example.html#x1138">action/application.cpp</a>, <a href="simple-application-example.html#x1556">application/application.cpp</a>, <a href="canvas-chart-example.html#x2887">chart/chartform.cpp</a>, <a href="helpviewer-example.html#x995">helpviewer/helpwindow.cpp</a>, <a href="menu-example.html#x1875">menu/menu.cpp</a>, <a href="themes-example.html#x331">themes/themes.cpp</a>, and <a href="trivial-nsplugin-example.html#x2736">trivial/trivial.cpp</a>.
+<p>Examples: <a href="tqaction-application-example.html#x1138">action/application.cpp</a>, <a href="simple-application-example.html#x1556">application/application.cpp</a>, <a href="canvas-chart-example.html#x2887">chart/chartform.cpp</a>, <a href="helpviewer-example.html#x995">helpviewer/helpwindow.cpp</a>, <a href="menu-example.html#x1875">menu/menu.cpp</a> and <a href="themes-example.html#x331">themes/themes.cpp</a></a>.
<h3 class=fn>void <a name="adjustSize"></a>TQMessageBox::adjustSize ()<tt> [virtual]</tt>
</h3>
Adjusts the size of the message box to fit the contents just before
@@ -539,7 +539,6 @@ you specify an Escape button to prevent this from happening.
<p> Opens a modal message box directly using the specified parameters.
<p> Please use <a href="#information">information</a>(), <a href="#warning">warning</a>(), <a href="#question">question</a>(), or <a href="#critical">critical</a>() instead.
-<p>Example: <a href="grapher-nsplugin-example.html#x2750">grapher/grapher.cpp</a>.
<h3 class=fn>bool <a name="query"></a>TQMessageBox::query ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;caption, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;yesButtonText = TQString::null, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;noButtonText = TQString::null, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const char * = 0 )<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.