summaryrefslogtreecommitdiffstats
path: root/kdesktop/lockeng.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-03-09 17:18:55 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-03-09 17:18:55 +0100
commit0dd840ea93b773e0ae509a5c10602023364164fd (patch)
tree4564b549861a44cddd8b8cd524fd97c31888f10f /kdesktop/lockeng.h
parent34dfb0d71247da5d2865af9d115ecc67801fdee5 (diff)
downloadtdebase-0dd840ea93b773e0ae509a5c10602023364164fd.tar.gz
tdebase-0dd840ea93b773e0ae509a5c10602023364164fd.zip
Fix unintended rename of SAKProcess*
Diffstat (limited to 'kdesktop/lockeng.h')
-rw-r--r--kdesktop/lockeng.h4
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;
};