diff options
Diffstat (limited to 'doc/man/man3/tqmessagebox.3qt')
-rw-r--r-- | doc/man/man3/tqmessagebox.3qt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/man/man3/tqmessagebox.3qt b/doc/man/man3/tqmessagebox.3qt index eae71d3df..a3b208d81 100644 --- a/doc/man/man3/tqmessagebox.3qt +++ b/doc/man/man3/tqmessagebox.3qt @@ -546,7 +546,7 @@ QApplication provides this functionality as a slot. See also QApplication::aboutTQt(). .PP Examples: -.)l action/application.cpp, application/application.cpp, chart/chartform.cpp, helpviewer/helpwindow.cpp, menu/menu.cpp, themes/themes.cpp, and trivial/trivial.cpp. +.)l action/application.cpp, application/application.cpp, chart/chartform.cpp, helpviewer/helpwindow.cpp, menu/menu.cpp and themes/themes.cpp. .SH "void TQMessageBox::adjustSize ()\fC [virtual]\fR" Adjusts the size of the message box to fit the contents just before TQDialog::exec() or TQDialog::show() is called. .PP @@ -659,8 +659,6 @@ See also question(), warning(), and critical(). Opens a modal message box directly using the specified parameters. .PP Please use information(), warning(), question(), or critical() instead. -.PP -Example: grapher/grapher.cpp. .SH "bool TQMessageBox::query ( const TQString & caption, const TQString & text, const TQString & yesButtonText = TQString::null, const TQString & noButtonText = TQString::null, TQWidget * parent = 0, const char * = 0 )\fC [static]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP |