diff options
Diffstat (limited to 'kdesktop/lockeng.h')
-rw-r--r-- | kdesktop/lockeng.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/lockeng.h b/kdesktop/lockeng.h index 0643e82c7..ec0a7bf52 100644 --- a/kdesktop/lockeng.h +++ b/kdesktop/lockeng.h @@ -89,7 +89,7 @@ protected slots: private slots: void handleSecureDialog(); - void slotSATDEProcessExited(); + void slotSAKProcessExited(); /** * Enable wallpaper exports @@ -123,7 +123,7 @@ protected: TQValueVector< DCOPClientTransaction* > mLockTransactions; private: - TDEProcess* mSATDEProcess; + TDEProcess* mSAKProcess; bool mTerminationRequested; }; |