Small improvement on code for building without tdehw.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0d040704e1)
r14.0.x
Michele Calgaro 3 years ago
parent f673e8b306
commit aeb4b5292f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -26,7 +26,12 @@
#include <tqstring.h>
#include <list>
#ifdef __TDE_HAVE_TDEHWLIB
class TDEHardwareDevices;
#else
#define TDEHardwareDevices void
#endif
/**
* BatterySrc fetches the state of charge of the battery from HAL
* @author Ken Werner

Loading…
Cancel
Save