diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-03-09 17:18:55 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-03-09 17:18:55 +0100 |
commit | 0dd840ea93b773e0ae509a5c10602023364164fd (patch) | |
tree | 4564b549861a44cddd8b8cd524fd97c31888f10f /kdesktop/lockeng.h | |
parent | 34dfb0d71247da5d2865af9d115ecc67801fdee5 (diff) | |
download | tdebase-0dd840ea93b773e0ae509a5c10602023364164fd.tar.gz tdebase-0dd840ea93b773e0ae509a5c10602023364164fd.zip |
Fix unintended rename of SAKProcess*
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; }; |