diff options
author | Slávek Banko <[email protected]> | 2013-07-28 03:01:18 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-28 04:13:06 +0200 |
commit | 338a4464b548ff0e80bbe1c30594af2f0518086f (patch) | |
tree | 86527bca4af751b9f006cbe9510452d38bc5cf00 /kshutdownlockout/lockout.h | |
parent | cf4f444abb13028e2378e300f8c6d3a44f699f5d (diff) | |
download | kshutdown-338a4464b548ff0e80bbe1c30594af2f0518086f.tar.gz kshutdown-338a4464b548ff0e80bbe1c30594af2f0518086f.zip |
Initial TDE conversion
Diffstat (limited to 'kshutdownlockout/lockout.h')
-rw-r--r-- | kshutdownlockout/lockout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kshutdownlockout/lockout.h b/kshutdownlockout/lockout.h index 444d489..f7a2718 100644 --- a/kshutdownlockout/lockout.h +++ b/kshutdownlockout/lockout.h @@ -3,7 +3,7 @@ #include <kpanelapplet.h> -class KAction; +class TDEAction; /** * @short A KShutDown panel applet. @@ -36,7 +36,7 @@ public: int widthForHeight(int height) const; private: bool _transparent; - KAction + TDEAction *_configureKShutDownAction, *_lockScreenAction, *_logoutAction, |