diff options
author | Michele Calgaro <[email protected]> | 2021-05-01 16:16:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-05-02 19:38:42 +0900 |
commit | f673e8b30691e33aed7d052525a02002c232e393 (patch) | |
tree | dfdd4380f7f42a81c83234bcf20e35778205ad82 /src/sources/batterysrc.h | |
parent | 1926caafbcabd6e3bd4ff758d910c8f54278486c (diff) | |
download | kima-f673e8b30691e33aed7d052525a02002c232e393.tar.gz kima-f673e8b30691e33aed7d052525a02002c232e393.zip |
Fixed FTBFS without tdehw lib.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit c4a0aea65da598ce3aa78a66d8585e37caa811bd)
Diffstat (limited to 'src/sources/batterysrc.h')
-rw-r--r-- | src/sources/batterysrc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sources/batterysrc.h b/src/sources/batterysrc.h index 62c6828..a61883c 100644 --- a/src/sources/batterysrc.h +++ b/src/sources/batterysrc.h @@ -26,8 +26,7 @@ #include <tqstring.h> #include <list> -#include <tdehardwaredevices.h> - +class TDEHardwareDevices; /** * BatterySrc fetches the state of charge of the battery from HAL * @author Ken Werner |