From c76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2019 22:14:25 +0900 Subject: tdehw: TRUE/FALSE --> true/false renaming. Signed-off-by: Michele Calgaro --- tdecore/tdehw/tdecpudevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/tdehw/tdecpudevice.h') diff --git a/tdecore/tdehw/tdecpudevice.h b/tdecore/tdehw/tdecpudevice.h index 6037fcb69..88098bf3d 100644 --- a/tdecore/tdehw/tdecpudevice.h +++ b/tdecore/tdehw/tdecpudevice.h @@ -82,7 +82,7 @@ class TDECORE_EXPORT TDECPUDevice : public TDEGenericDevice TQStringList availableGovernors(); /** - * @return TRUE if permissions allow the CPU governor to be set, FALSE if not + * @return true if permissions allow the CPU governor to be set, false if not */ bool canSetGovernor(); @@ -92,7 +92,7 @@ class TDECORE_EXPORT TDECPUDevice : public TDEGenericDevice void setGovernor(TQString gv); /** - * @return TRUE if permissions allow the CPU maximum frequency to be set, FALSE if not + * @return true if permissions allow the CPU maximum frequency to be set, false if not */ bool canSetMaximumScalingFrequency(); -- cgit v1.2.1