summaryrefslogtreecommitdiffstats
path: root/kmail/kmkernel.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:33:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 17:43:38 +0900
commit51d0291b086eede28d1f3b8c1f59affbf4109a99 (patch)
tree50ca1dcc2f6ebcee56a3d443ababa0ec4c2a3eb7 /kmail/kmkernel.cpp
parent22da7013fff03b0a938a6048633369d1b2041a52 (diff)
downloadtdepim-51d0291b086eede28d1f3b8c1f59affbf4109a99.tar.gz
tdepim-51d0291b086eede28d1f3b8c1f59affbf4109a99.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1d421717fba9b8ea1ca121a58e1023b8a6a8871b)
Diffstat (limited to 'kmail/kmkernel.cpp')
-rw-r--r--kmail/kmkernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmkernel.cpp b/kmail/kmkernel.cpp
index cfb28ab2..473188e6 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