summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qmessagebox.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qmessagebox.3qt')
-rw-r--r--doc/man/man3/qmessagebox.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qmessagebox.3qt b/doc/man/man3/qmessagebox.3qt
index 4785bbc6..9124b7fe 100644
--- a/doc/man/man3/qmessagebox.3qt
+++ b/doc/man/man3/qmessagebox.3qt
@@ -724,11 +724,11 @@ Sets the message box text to be displayed. See the "text" property for details.
.SH "void QMessageBox::setTextFormat ( TextFormat )"
Sets the format of the text displayed by the message box. See the "textFormat" property for details.
.SH "QPixmap QMessageBox::standardIcon ( Icon icon )\fC [static]\fR"
-Returns the pixmap used for a standard icon. This allows the pixmaps to be used in more complex message boxes. \fIicon\fR specifies the retquired icon, e.g. QMessageBox::Question, QMessageBox::Information, QMessageBox::Warning or QMessageBox::Critical.
+Returns the pixmap used for a standard icon. This allows the pixmaps to be used in more complex message boxes. \fIicon\fR specifies the required icon, e.g. QMessageBox::Question, QMessageBox::Information, QMessageBox::Warning or QMessageBox::Critical.
.SH "QPixmap QMessageBox::standardIcon ( Icon icon, GUIStyle style )\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
-Returns the pixmap used for a standard icon. This allows the pixmaps to be used in more complex message boxes. \fIicon\fR specifies the retquired icon, e.g. QMessageBox::Information, QMessageBox::Warning or QMessageBox::Critical.
+Returns the pixmap used for a standard icon. This allows the pixmaps to be used in more complex message boxes. \fIicon\fR specifies the required icon, e.g. QMessageBox::Information, QMessageBox::Warning or QMessageBox::Critical.
.PP
\fIstyle\fR is unused.
.SH "QString QMessageBox::text () const"