diff options
Diffstat (limited to 'kmail/secondarywindow.cpp')
| -rw-r--r-- | kmail/secondarywindow.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/kmail/secondarywindow.cpp b/kmail/secondarywindow.cpp index a421209a..cd4a9162 100644 --- a/kmail/secondarywindow.cpp +++ b/kmail/secondarywindow.cpp @@ -45,14 +45,14 @@ namespace KMail {      // modal subdialogs will only affect this window, not the other windows      setWFlags( getWFlags() | WGroupLeader ); -    kapp->ref(); +    tdeApp->ref();    }    //---------------------------------------------------------------------------    SecondaryWindow::~SecondaryWindow()    { -    kapp->deref(); +    tdeApp->deref();    } | 
