diff options
Diffstat (limited to 'kmail/kmkernel.cpp')
-rw-r--r-- | kmail/kmkernel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmkernel.cpp b/kmail/kmkernel.cpp index 3caa18c23..e6c641300 100644 --- a/kmail/kmkernel.cpp +++ b/kmail/kmkernel.cpp @@ -1941,12 +1941,12 @@ void KMKernel::kmailMsgHandler(TQtMsgType aType, const char* aMsg) switch (aType) { - case QtDebugMsg: - case QtWarningMsg: + case TQtDebugMsg: + case TQtWarningMsg: kdDebug(5006) << aMsg << endl; break; - case QtFatalMsg: // Hm, what about using kdFatal() here? + case TQtFatalMsg: // Hm, what about using kdFatal() here? ungrabPtrKb(); kdDebug(5006) << kapp->caption() << " fatal error " << aMsg << endl; |