diff options
Diffstat (limited to 'sessionapplet')
-rw-r--r-- | sessionapplet/usermanager.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sessionapplet/usermanager.cpp b/sessionapplet/usermanager.cpp index 6d712e7..3fe5958 100644 --- a/sessionapplet/usermanager.cpp +++ b/sessionapplet/usermanager.cpp @@ -249,10 +249,7 @@ void UserManager::doNewSession( bool lock_ ) i18n("Warning - New Session"), KGuiItem(i18n("&Start New Session"), "fork"), ":confirmNewSession", -#if KDE_IS_VERSION(3,4,0) //3.4 - KMessageBox::PlainCaption | -#endif - KMessageBox::Notify); + KMessageBox::PlainCaption | KMessageBox::Notify); if (result==KMessageBox::Cancel) return; |