summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqerrormessage.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqerrormessage.3qt')
-rw-r--r--doc/man/man3/tqerrormessage.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqerrormessage.3qt b/doc/man/man3/tqerrormessage.3qt
index 2ef7bc54..f98a9343 100644
--- a/doc/man/man3/tqerrormessage.3qt
+++ b/doc/man/man3/tqerrormessage.3qt
@@ -16,7 +16,7 @@ Inherits QDialog.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQErrorMessage\fR ( QWidget * parent, const char * name = 0 )"
+.BI "\fBQErrorMessage\fR ( TQWidget * parent, const char * name = 0 )"
.br
.ti -1c
.BI "\fB~QErrorMessage\fR ()"
@@ -25,7 +25,7 @@ Inherits QDialog.
.SS "Public Slots"
.in +1c
.ti -1c
-.BI "void \fBmessage\fR ( const QString & m )"
+.BI "void \fBmessage\fR ( const TQString & m )"
.br
.in -1c
.SS "Static Public Members"
@@ -55,11 +55,11 @@ In both cases QErrorMessage will queue pending messages, and display them (or no
.PP
See also QMessageBox, QStatusBar::message(), Dialog Classes, and Miscellaneous Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QErrorMessage::QErrorMessage ( QWidget * parent, const char * name = 0 )"
+.SH "QErrorMessage::QErrorMessage ( TQWidget * parent, const char * name = 0 )"
Constructs and installs an error handler window. The parent \fIparent\fR and name \fIname\fR are passed on to the QDialog constructor.
.SH "QErrorMessage::~QErrorMessage ()"
Destroys the object and frees any allocated resources. Notably, the list of "do not show again" messages is deleted.
-.SH "void QErrorMessage::message ( const QString & m )\fC [slot]\fR"
+.SH "void QErrorMessage::message ( const TQString & m )\fC [slot]\fR"
Shows message \fIm\fR and returns immediately. If the user has requested that \fIm\fR not be shown, this function does nothing.
.PP
Normally, \fIm\fR is shown at once, but if there are pending messages, \fIm\fR is queued for later display.