From 1d421717fba9b8ea1ca121a58e1023b8a6a8871b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:33:07 +0900 Subject: Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro --- kmail/kmkernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/kmkernel.cpp') diff --git a/kmail/kmkernel.cpp b/kmail/kmkernel.cpp index cfb28ab2c..473188e6f 100644 --- a/kmail/kmkernel.cpp +++ b/kmail/kmkernel.cpp @@ -1982,7 +1982,7 @@ void KMKernel::dumpDeadLetters() return; for ( TQPtrListIterator it(*TDEMainWindow::memberList) ; it.current() != 0; ++it ) { - if ( KMail::Composer * win = ::tqqt_cast( it.current() ) ) { + if ( KMail::Composer * win = ::tqt_cast( it.current() ) ) { win->autoSaveMessage(); // saving the message has to be finished right here, we are called from a dtor, // therefore we have no chance to finish this later -- cgit v1.2.1