summaryrefslogtreecommitdiffstats
path: root/kdesktop/lockeng.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-07 21:32:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-07 21:32:15 -0600
commit8d521d0b6ba88c6e679e7453f02897c8db7bbdf5 (patch)
tree9d54eeecde18c3a57c30eb7dbc93dd6e16679591 /kdesktop/lockeng.h
parenteba2e1a1af6c0ae83b6104c0178c29b9bd8ac209 (diff)
downloadtdebase-8d521d0b6ba88c6e679e7453f02897c8db7bbdf5.tar.gz
tdebase-8d521d0b6ba88c6e679e7453f02897c8db7bbdf5.zip
Update lock process to engage the lock in near real time
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();