summaryrefslogtreecommitdiffstats
path: root/kmail/kmkernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmkernel.cpp')
-rw-r--r--kmail/kmkernel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmkernel.cpp b/kmail/kmkernel.cpp
index 3caa18c2..e6c64130 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;