summaryrefslogtreecommitdiffstats
path: root/kmail/kmkernel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-19 12:43:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-19 12:43:53 -0600
commit463513075024afd2dfbb5e6300285acd8bf2ee27 (patch)
tree8710d5a12781fa51f7f4325e6207531d8113be73 /kmail/kmkernel.cpp
parent26af4d3ef603af10655a85aa4f8e5edb0d507fb1 (diff)
downloadtdepim-463513075024afd2dfbb5e6300285acd8bf2ee27.tar.gz
tdepim-463513075024afd2dfbb5e6300285acd8bf2ee27.zip
Fix FTBFS
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;