From 463513075024afd2dfbb5e6300285acd8bf2ee27 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Nov 2011 12:43:53 -0600 Subject: Fix FTBFS --- kmail/kmkernel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmail/kmkernel.cpp') 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; -- cgit v1.2.3