diff options
Diffstat (limited to 'kmail/secondarywindow.cpp')
-rw-r--r-- | kmail/secondarywindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/secondarywindow.cpp b/kmail/secondarywindow.cpp index 5a689633..cd4a9162 100644 --- a/kmail/secondarywindow.cpp +++ b/kmail/secondarywindow.cpp @@ -1,4 +1,4 @@ -/* -*- mode: C++; c-file-style: "gnu" -*- +/* secondarywindow.cpp This file is part of KMail, the KDE mail client. @@ -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(); } |