diff options
Diffstat (limited to 'src/hardware.cpp')
-rw-r--r-- | src/hardware.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hardware.cpp b/src/hardware.cpp index 766b30b..d296476 100644 --- a/src/hardware.cpp +++ b/src/hardware.cpp @@ -36,7 +36,7 @@ // include own header #include "hardware.h" -#include "kpowersave_debug.h" +#include "tdepowersave_debug.h" #include "privileges.h" /*! The default constructor of the class HardwareInfo */ @@ -325,7 +325,7 @@ void HardwareInfo::handleResumeSignal (int result) { } /*! - * This function checks the session for the running KPowersave instance + * This function checks the session for the running TDEPowersave instance * \return Boolean with result of operation * \retval true if the query/check could get finished * \retval false on every error |