diff options
author | Michele Calgaro <[email protected]> | 2022-02-08 23:22:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-02-10 22:47:05 +0900 |
commit | 4112c3b48633dac80afbe219fd9f4ee85b2be3d3 (patch) | |
tree | a6ef7ba4f2e1f1e76b19884ba935983f6aebd8a3 /src/hardware_batteryCollection.h | |
parent | 0120940b40e727c89441e9d46e3e05af8a2f0263 (diff) | |
download | tdepowersave-4112c3b48633dac80afbe219fd9f4ee85b2be3d3.tar.gz tdepowersave-4112c3b48633dac80afbe219fd9f4ee85b2be3d3.zip |
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/hardware_batteryCollection.h')
-rw-r--r-- | src/hardware_batteryCollection.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/hardware_batteryCollection.h b/src/hardware_batteryCollection.h index c30717d..4de81e7 100644 --- a/src/hardware_batteryCollection.h +++ b/src/hardware_batteryCollection.h @@ -31,11 +31,6 @@ #ifndef _BATTERYCOLLECTION_H_ #define _BATTERYCOLLECTION_H_ -// Global Header -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - // QT - Header #include <tqstring.h> #include <tqstringlist.h> @@ -85,7 +80,6 @@ private: * \li BAT_LOW: batterylevel is already low * \li BAT_CRIT: batterylevel has become really critical * \li BAT_NONE: battery state not available - * \li BAT_HAL_ERROR: battery state couldn't be retrieved because of a HAL error */ int state; |