diff options
Diffstat (limited to 'doc/html/tqmessagebox.html')
-rw-r--r-- | doc/html/tqmessagebox.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqmessagebox.html b/doc/html/tqmessagebox.html index 33fe75b23..77f834b7c 100644 --- a/doc/html/tqmessagebox.html +++ b/doc/html/tqmessagebox.html @@ -389,11 +389,11 @@ Displays a simple about box with caption <em>caption</em> and text <em>text</em> <ol type=1> <li> It prefers <a href="tqwidget.html#icon">parent->icon()</a> if that exists. <li> If not, it tries the top-level widget containing <em>parent</em>. -<li> If that fails, it tries the <a href="ntqapplication.html#mainWidget">main widget.</a> +<li> If that fails, it tries the <a href="tqapplication.html#mainWidget">main widget.</a> <li> As a last resort it uses the Information icon. </ol> <p> The about box has a single button labelled "OK". -<p> <p>See also <a href="tqwidget.html#icon-prop">TQWidget::icon</a> and <a href="ntqapplication.html#mainWidget">TQApplication::mainWidget</a>(). +<p> <p>See also <a href="tqwidget.html#icon-prop">TQWidget::icon</a> and <a href="tqapplication.html#mainWidget">TQApplication::mainWidget</a>(). <p>Examples: <a href="tqaction-application-example.html#x1137">action/application.cpp</a>, <a href="simple-application-example.html#x1555">application/application.cpp</a>, <a href="canvas-chart-example.html#x2886">chart/chartform.cpp</a>, <a href="helpviewer-example.html#x994">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2036">mdi/application.cpp</a>, <a href="menu-example.html#x1874">menu/menu.cpp</a>, and <a href="themes-example.html#x330">themes/themes.cpp</a>. <h3 class=fn>void <a name="aboutTQt"></a>TQMessageBox::aboutTQt ( <a href="tqwidget.html">TQWidget</a> * parent, const <a href="tqstring.html">TQString</a> & caption = TQString::null )<tt> [static]</tt> @@ -403,8 +403,8 @@ and centered over <em>parent</em> (if <em>parent</em> is not 0). The message includes the version number of TQt being used by the application. <p> This is useful for inclusion in the Help menu of an application. 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> <a href="tqapplication.html">TQApplication</a> provides this functionality as a slot. +<p> <p>See also <a href="tqapplication.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> 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> |