diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-14 19:31:37 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-14 19:31:37 -0500 |
commit | 933e53832eeb45c6f660dcf46bed5dc68aaf24c2 (patch) | |
tree | 532a8a0d9b144be6e26b587904578cd3253a126f /src/hardware.cpp | |
parent | e49bd16b78beb8f75a079916b6d4e8d2ce457c58 (diff) | |
download | tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.tar.gz tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.zip |
Update references from kpowersave to tdepowersave.
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 |