summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qmessagebox.3qt
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-05 18:57:29 -0600
committerTimothy Pearson <[email protected]>2011-12-05 18:57:29 -0600
commit143f194af098d44bf0dd1ebb29e59f30ce48d523 (patch)
tree02283363dbd49fea58066ee068546ffa04cc6527 /doc/man/man3/qmessagebox.3qt
parentceaf41bd779bdcc293a4f43100a3834c72c2c46d (diff)
downloadtqt3-143f194af098d44bf0dd1ebb29e59f30ce48d523.tar.gz
tqt3-143f194af098d44bf0dd1ebb29e59f30ce48d523.zip
Sync with master conversion script
Diffstat (limited to 'doc/man/man3/qmessagebox.3qt')
-rw-r--r--doc/man/man3/qmessagebox.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/qmessagebox.3qt b/doc/man/man3/qmessagebox.3qt
index 843eaacbb..4785bbc66 100644
--- a/doc/man/man3/qmessagebox.3qt
+++ b/doc/man/man3/qmessagebox.3qt
@@ -91,7 +91,7 @@ Inherits QDialog.
.BI "void \fBabout\fR ( QWidget * parent, const QString & caption, const QString & text )"
.br
.ti -1c
-.BI "void \fBaboutQt\fR ( QWidget * parent, const QString & caption = QString::null )"
+.BI "void \fBaboutTQt\fR ( QWidget * parent, const QString & caption = QString::null )"
.br
.ti -1c
.BI "int message ( const QString & caption, const QString & text, const QString & buttonText = QString::null, QWidget * parent = 0, const char * = 0 ) \fI(obsolete)\fR"
@@ -332,7 +332,7 @@ QMessageBox provides a very simple About box which displays an appropriate icon
.PP
See about() for more information.
.PP
-If you want your users to know that the application is built using Qt (so they know that you use high quality tools) you might like to add an "About Qt" menu option under the Help menu to invoke aboutQt().
+If you want your users to know that the application is built using Qt (so they know that you use high quality tools) you might like to add an "About Qt" menu option under the Help menu to invoke aboutTQt().
.PP
If none of the standard message boxes is suitable, you can create a QMessageBox from scratch and use custom button texts:
.PP
@@ -536,14 +536,14 @@ See also QWidget::icon and QApplication::mainWidget().
.PP
Examples:
.)l action/application.cpp, application/application.cpp, chart/chartform.cpp, helpviewer/helpwindow.cpp, mdi/application.cpp, menu/menu.cpp, and themes/themes.cpp.
-.SH "void QMessageBox::aboutQt ( QWidget * parent, const QString & caption = QString::null )\fC [static]\fR"
+.SH "void QMessageBox::aboutTQt ( QWidget * parent, const QString & caption = QString::null )\fC [static]\fR"
Displays a simple message box about Qt, with caption \fIcaption\fR and centered over \fIparent\fR (if \fIparent\fR is not 0). The message includes the version number of Qt being used by the application.
.PP
This is useful for inclusion in the Help menu of an application. See the examples/menu/menu.cpp example.
.PP
QApplication provides this functionality as a slot.
.PP
-See also QApplication::aboutQt().
+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.