From 0dd840ea93b773e0ae509a5c10602023364164fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 9 Mar 2013 17:18:55 +0100 Subject: Fix unintended rename of SAKProcess* --- kdesktop/lockeng.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdesktop/lockeng.h') 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; }; -- cgit v1.2.1