diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-24 20:14:25 +0900 |
commit | d73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch) | |
tree | e2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqerrormessage.3qt | |
parent | eb42871e999672a8fad5793733c58be05928c8ea (diff) | |
download | tqt-r14.1.1.tar.gz tqt-r14.1.1.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/man/man3/tqerrormessage.3qt')
-rw-r--r-- | doc/man/man3/tqerrormessage.3qt | 8 |
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. |