Small improvement on code for building without tdehw.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 3 years ago
parent c4a0aea65d
commit 0d040704e1
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