summaryrefslogtreecommitdiffstats
path: root/kdesktop/lockeng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/lockeng.cpp')
-rw-r--r--kdesktop/lockeng.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/lockeng.cpp b/kdesktop/lockeng.cpp
index 3de190484..5f35ba43d 100644
--- a/kdesktop/lockeng.cpp
+++ b/kdesktop/lockeng.cpp
@@ -880,7 +880,7 @@ bool SaverEngineEventHandler::restartLockProcess()
}
config->setGroup("X-:*-Greeter");
bool useSAKProcess = false;
-#ifdef BUILD_TSAK
+#ifdef WITH_TSAK
useSAKProcess = config->readBoolEntry("UseSAK", false) && KDesktopSettings::useTDESAK();
#endif
if (useSAKProcess)