summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqerrormessage.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqerrormessage.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 2ef7bc54d..f98a93437 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.