diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-25 19:35:56 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-25 19:35:56 -0500 |
commit | acd6cbd7deb552fb4329225a86f09db818c78639 (patch) | |
tree | 7f0d373df81602d3bb1d3563cc4b8b10e7e21bc9 /src/tdepowersave.h | |
parent | f956245ca27cd01a855f8951237ba4c63456c974 (diff) | |
download | tdepowersave-acd6cbd7deb552fb4329225a86f09db818c78639.tar.gz tdepowersave-acd6cbd7deb552fb4329225a86f09db818c78639.zip |
Fix ACPI event detection as a normal user
This resolves Bug 1597
Do not display logout dialog if screensaver/lock dialog is active
Diffstat (limited to 'src/tdepowersave.h')
-rw-r--r-- | src/tdepowersave.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tdepowersave.h b/src/tdepowersave.h index 0531561..e7f198d 100644 --- a/src/tdepowersave.h +++ b/src/tdepowersave.h @@ -52,6 +52,7 @@ #include "screen.h" #include "settings.h" +class TDEGlobalAccel; /*! * \file tdepowersave.h @@ -98,6 +99,7 @@ private: //! instance of \ref countDownDialog countDownDialog *countdown; + TDEGlobalAccel *m_globalAccel; //! struct wth information about suspend states and permissions SuspendStates suspend; |