diff options
author | Timothy Pearson <[email protected]> | 2012-11-25 14:05:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-25 14:05:14 -0600 |
commit | bd87b2af9dde0633e56a792665cdec7a9675da95 (patch) | |
tree | 372fc8bc287d9712646388e9543b291a30b9cbd6 /doc/html/ntqerrormessage.html | |
parent | c5e69959c9eeb6a1396f1a60d7cf4f9781a2d47c (diff) | |
download | tqt3-bd87b2af9dde0633e56a792665cdec7a9675da95.tar.gz tqt3-bd87b2af9dde0633e56a792665cdec7a9675da95.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/ntqerrormessage.html')
-rw-r--r-- | doc/html/ntqerrormessage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqerrormessage.html b/doc/html/ntqerrormessage.html index 1876f4319..5e26f2164 100644 --- a/doc/html/ntqerrormessage.html +++ b/doc/html/ntqerrormessage.html @@ -64,7 +64,7 @@ TQErrorMessage like this, you create the dialog in the usual way and call the <a href="#message">message</a>() slot, or connect signals to it. <p> <li> For developers. In this context the static <a href="#qtHandler">qtHandler</a>() installs a message handler using <a href="ntqapplication.html#qInstallMsgHandler">qInstallMsgHandler</a>() and creates a TQErrorMessage -that displays <a href="ntqapplication.html#qDebug">qDebug</a>(), <a href="ntqapplication.html#qWarning">qWarning</a>() and <a href="ntqapplication.html#qFatal">qFatal</a>() messages. +that displays <a href="ntqapplication.html#qDebug">tqDebug</a>(), <a href="ntqapplication.html#qWarning">tqWarning</a>() and <a href="ntqapplication.html#qFatal">tqFatal</a>() messages. </ol> <p> In both cases TQErrorMessage will queue pending messages, and display them (or not) in order, as soon as the user presses Enter or clicks OK |