summaryrefslogtreecommitdiffstats
path: root/sessionapplet/usermanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sessionapplet/usermanager.cpp')
-rw-r--r--sessionapplet/usermanager.cpp5
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;