diff options
author | Golubev Alexander <fatzer2@gmail.com> | 2013-07-27 07:03:05 +0400 |
---|---|---|
committer | Golubev Alexander <fatzer2@gmail.com> | 2013-07-27 11:20:30 +0400 |
commit | 29bc5feb2c432824652da24d7d67e9110e94f574 (patch) | |
tree | 398c540e7cefd51a7edc1d3adaf395233688cf51 /tdecore/tdehw/tderootsystemdevice.cpp | |
parent | e7708ec743e1c504cbae2ab523858589caeae62f (diff) | |
download | tdelibs-29bc5feb2c432824652da24d7d67e9110e94f574.tar.gz tdelibs-29bc5feb2c432824652da24d7d67e9110e94f574.zip |
fixed build without consolekit support
Diffstat (limited to 'tdecore/tdehw/tderootsystemdevice.cpp')
-rw-r--r-- | tdecore/tdehw/tderootsystemdevice.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdecore/tdehw/tderootsystemdevice.cpp b/tdecore/tdehw/tderootsystemdevice.cpp index 4047df104..69f89df5f 100644 --- a/tdecore/tdehw/tderootsystemdevice.cpp +++ b/tdecore/tdehw/tderootsystemdevice.cpp @@ -23,8 +23,10 @@ #include <tqfile.h> +#include <dcopclient.h> #include "tdeglobal.h" #include "tdeconfig.h" +#include "tdeapplication.h" #include "config.h" |