diff options
author | Michele Calgaro <[email protected]> | 2019-07-07 22:14:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-07-07 22:37:13 +0900 |
commit | c76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3 (patch) | |
tree | 165203f9bcab23defadc9c1f2a56c99365b5887f /tdecore/tdehw/tdemainspowerdevice.h | |
parent | 32566accdab31f598381e7e68330055f4a7178f1 (diff) | |
download | tdelibs-c76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3.tar.gz tdelibs-c76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3.zip |
tdehw: TRUE/FALSE --> true/false renaming.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdecore/tdehw/tdemainspowerdevice.h')
-rw-r--r-- | tdecore/tdehw/tdemainspowerdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdehw/tdemainspowerdevice.h b/tdecore/tdehw/tdemainspowerdevice.h index 8dcaeeea4..ee0f486ee 100644 --- a/tdecore/tdehw/tdemainspowerdevice.h +++ b/tdecore/tdehw/tdemainspowerdevice.h @@ -37,13 +37,13 @@ class TDECORE_EXPORT TDEMainsPowerDevice : public TDEGenericDevice ~TDEMainsPowerDevice(); /** - * @return TRUE if power supply is online via mains power, FALSE if not + * @return true if power supply is online via mains power, false if not */ bool online(); protected: /** - * @param TRUE if power supply is online via mains power, FALSE if not + * @param true if power supply is online via mains power, false if not * @internal */ void internalSetOnline(bool vt); |