diff options
Diffstat (limited to 'kmail/kmkernel.cpp')
-rw-r--r-- | kmail/kmkernel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<TDEMainWindow> it(*TDEMainWindow::memberList) ; it.current() != 0; ++it ) { - if ( KMail::Composer * win = ::tqqt_cast<KMail::Composer*>( it.current() ) ) { + if ( KMail::Composer * win = ::tqt_cast<KMail::Composer*>( 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 |