Removed comments about HAL.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 2 years ago
parent 0f64b1b521
commit 69a2f2f25e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -42,7 +42,6 @@ supported fan sources:
misc sources: misc sources:
- battery source that displays the state of charge of your batteries - battery source that displays the state of charge of your batteries
through libhal.
- uptime source that displays the current system uptime. - uptime source that displays the current system uptime.

@ -33,7 +33,7 @@ class TDEHardwareDevices;
#endif #endif
/** /**
* BatterySrc fetches the state of charge of the battery from HAL * BatterySrc fetches the state of charge of the battery
* @author Ken Werner * @author Ken Werner
*/ */
class BatterySrc : public LabelSource { class BatterySrc : public LabelSource {
@ -64,7 +64,7 @@ private:
ThreadedTrigger mTrigger; ThreadedTrigger mTrigger;
/** /**
* The hal udi of that battery source * The udi of that battery source
*/ */
TQString mUDI; TQString mUDI;

Loading…
Cancel
Save