diff options
Diffstat (limited to 'kdesktop/lockeng.h')
-rw-r--r-- | kdesktop/lockeng.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kdesktop/lockeng.h b/kdesktop/lockeng.h index ec0a7bf52..b211c73e9 100644 --- a/kdesktop/lockeng.h +++ b/kdesktop/lockeng.h @@ -81,6 +81,7 @@ public: public slots: void slotLockProcessWaiting(); void slotLockProcessFullyActivated(); + void slotLockProcessReady(); protected slots: void idleTimeout(); @@ -95,6 +96,10 @@ private slots: * Enable wallpaper exports */ void enableExports(); + void recoverFromHackingAttempt(); + +private: + bool restartDesktopLockProcess(); protected: enum LockType { DontLock, DefaultLock, ForceLock, SecureDialog }; @@ -125,6 +130,7 @@ protected: private: TDEProcess* mSAKProcess; bool mTerminationRequested; + bool mSaverProcessReady; }; #endif |