diff options
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; |