diff options
Diffstat (limited to 'doc/man/man3/tqmessagebox.3qt')
-rw-r--r-- | doc/man/man3/tqmessagebox.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqmessagebox.3qt b/doc/man/man3/tqmessagebox.3qt index 0349f029d..903aa367c 100644 --- a/doc/man/man3/tqmessagebox.3qt +++ b/doc/man/man3/tqmessagebox.3qt @@ -11,7 +11,7 @@ QMessageBox \- Modal dialog with a short message, an icon, and some buttons .SH SYNOPSIS \fC#include <ntqmessagebox.h>\fR .PP -Inherits QDialog. +Inherits TQDialog. .PP .SS "Public Members" .in +1c @@ -421,7 +421,7 @@ QMessageBox has no signals or slots. .ce 1 .B "[Image Omitted]" .PP -See also QDialog, Isys on error messages, GUI Design Handbook: Message Box, and Dialog Classes. +See also TQDialog, Isys on error messages, GUI Design Handbook: Message Box, and Dialog Classes. .SS "Member Type Documentation" .SH "QMessageBox::Icon" This enum has the following values: @@ -442,7 +442,7 @@ Constructs a message box with no text and a button with the label" OK". .PP If \fIparent\fR is 0, the message box becomes an application-global modal dialog box. If \fIparent\fR is a widget, the message box becomes modal relative to \fIparent\fR. .PP -The \fIparent\fR and \fIname\fR arguments are passed to the QDialog constructor. +The \fIparent\fR and \fIname\fR arguments are passed to the TQDialog constructor. .SH "QMessageBox::QMessageBox ( const TQString & caption, const TQString & text, Icon icon, int button0, int button1, int button2, TQWidget * parent = 0, const char * name = 0, bool modal = TRUE, WFlags f = WStyle_DialogBorder )" Constructs a message box with a \fIcaption\fR, a \fItext\fR, an \fIicon\fR, and up to three buttons. .PP @@ -512,7 +512,7 @@ If \fIparent\fR is 0, the message box becomes an application-global modal dialog .PP If \fImodal\fR is TRUE the message box is modal; otherwise it is modeless. .PP -The \fIparent\fR, \fIname\fR, \fImodal\fR, and \fIf\fR arguments are passed to the QDialog constructor. +The \fIparent\fR, \fIname\fR, \fImodal\fR, and \fIf\fR arguments are passed to the TQDialog constructor. .PP See also caption, text, and icon. .SH "QMessageBox::~QMessageBox ()" @@ -548,7 +548,7 @@ See also QApplication::aboutTQt(). Examples: .)l action/application.cpp, application/application.cpp, chart/chartform.cpp, helpviewer/helpwindow.cpp, menu/menu.cpp, themes/themes.cpp, and trivial/trivial.cpp. .SH "void QMessageBox::adjustSize ()\fC [virtual]\fR" -Adjusts the size of the message box to fit the contents just before QDialog::exec() or QDialog::show() is called. +Adjusts the size of the message box to fit the contents just before TQDialog::exec() or TQDialog::show() is called. .PP This function will not be called if the message box has been explicitly resized before showing it. .PP |