diff options
Diffstat (limited to 'kmail/kmmainwin.cpp')
-rw-r--r-- | kmail/kmmainwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmmainwin.cpp b/kmail/kmmainwin.cpp index bfc0be0c8..cdd76a04e 100644 --- a/kmail/kmmainwin.cpp +++ b/kmail/kmmainwin.cpp @@ -96,7 +96,7 @@ KMMainWin::~KMMainWin() if ( !it.current()->isHidden() && it.current()->isTopLevel() && it.current() != this && - ::tqqt_cast<KMMainWin *>( it.current() ) + ::tqt_cast<KMMainWin *>( it.current() ) ) not_withdrawn++; } |