diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:11:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:11:59 -0600 |
commit | 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 (patch) | |
tree | df1e10cc7504665622d096f9ba80dc9e56f3afb8 /src/dialogs/qerrormessage.cpp | |
parent | a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (diff) | |
download | qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.tar.gz qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.zip |
Undo prior accidental commit
Diffstat (limited to 'src/dialogs/qerrormessage.cpp')
-rw-r--r-- | src/dialogs/qerrormessage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/qerrormessage.cpp b/src/dialogs/qerrormessage.cpp index 20da497..4e4dc5a 100644 --- a/src/dialogs/qerrormessage.cpp +++ b/src/dialogs/qerrormessage.cpp @@ -95,7 +95,7 @@ message() slot, or connect signals to it. \i For developers. In this context the static qtHandler() installs a message handler using qInstallMsgHandler() and creates a QErrorMessage -that displays tqDebug(), tqWarning() and tqFatal() messages. +that displays qDebug(), qWarning() and qFatal() messages. \endlist In both cases QErrorMessage will queue pending messages, and display @@ -224,7 +224,7 @@ QErrorMessage * QErrorMessage::qtHandler() { if ( !qtMessageHandler ) { qtMessageHandler = new QErrorMessage( 0, "automatic message handler" ); - tqAddPostRoutine( deleteStaticcQErrorMessage ); // clean up + qAddPostRoutine( deleteStaticcQErrorMessage ); // clean up #ifndef QT_NO_WIDGET_TOPEXTRA if ( qApp->mainWidget() ) qtMessageHandler->setCaption( qApp->mainWidget()->caption() ); |