summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdebatterydevice.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-07-07 22:14:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-07 22:37:13 +0900
commitc76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3 (patch)
tree165203f9bcab23defadc9c1f2a56c99365b5887f /tdecore/tdehw/tdebatterydevice.h
parent32566accdab31f598381e7e68330055f4a7178f1 (diff)
downloadtdelibs-c76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3.tar.gz
tdelibs-c76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3.zip
tdehw: TRUE/FALSE --> true/false renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdehw/tdebatterydevice.h')
-rw-r--r--tdecore/tdehw/tdebatterydevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdehw/tdebatterydevice.h b/tdecore/tdehw/tdebatterydevice.h
index 6556b5268..ff35376aa 100644
--- a/tdecore/tdehw/tdebatterydevice.h
+++ b/tdecore/tdehw/tdebatterydevice.h
@@ -106,7 +106,7 @@ class TDECORE_EXPORT TDEBatteryDevice : public TDEGenericDevice
TDEBatteryStatus::TDEBatteryStatus status();
/**
- * @return TRUE if the battery is installed
+ * @return true if the battery is installed
*/
bool installed();
@@ -189,7 +189,7 @@ class TDECORE_EXPORT TDEBatteryDevice : public TDEGenericDevice
void internalSetStatus(TQString tc);
/**
- * @param TRUE if the battery is installed
+ * @param true if the battery is installed
* @internal
*/
void internalSetInstalled(bool tc);