summaryrefslogtreecommitdiffstats
path: root/kdesktop/lockeng.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-07 21:32:15 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 03:26:51 +0200
commit0dd46a86be31d728de1618f5c10ad0d7a3de794e (patch)
tree4afa418a569a12795db2d2f17046c847d96c5771 /kdesktop/lockeng.h
parent62a9582844524025136e3e595625c98dacc1e69f (diff)
downloadtdebase-0dd46a86be31d728de1618f5c10ad0d7a3de794e.tar.gz
tdebase-0dd46a86be31d728de1618f5c10ad0d7a3de794e.zip
Update lock process to engage the lock in near real time
(cherry picked from commit 8d521d0b6ba88c6e679e7453f02897c8db7bbdf5)
Diffstat (limited to 'kdesktop/lockeng.h')
-rw-r--r--kdesktop/lockeng.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kdesktop/lockeng.h b/kdesktop/lockeng.h
index ae81f90eb..ae08e9ad8 100644
--- a/kdesktop/lockeng.h
+++ b/kdesktop/lockeng.h
@@ -78,6 +78,9 @@ public:
*/
virtual void saverLockReady();
+public slots:
+ void lockProcessWaiting();
+
protected slots:
void idleTimeout();
void lockProcessExited();