summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdemonitordevice.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/tdemonitordevice.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/tdemonitordevice.h')
-rw-r--r--tdecore/tdehw/tdemonitordevice.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdecore/tdehw/tdemonitordevice.h b/tdecore/tdehw/tdemonitordevice.h
index a4fd81f49..983dd6b6b 100644
--- a/tdecore/tdehw/tdemonitordevice.h
+++ b/tdecore/tdehw/tdemonitordevice.h
@@ -41,12 +41,12 @@ class TDECORE_EXPORT TDEMonitorDevice : public TDEGenericDevice
~TDEMonitorDevice();
/**
- * @return TRUE if a monitor is connected, FALSE if not
+ * @return true if a monitor is connected, false if not
*/
bool connected();
/**
- * @return TRUE if this port is enabled, FALSE if not
+ * @return true if this port is enabled, false if not
*/
bool enabled();
@@ -72,13 +72,13 @@ class TDECORE_EXPORT TDEMonitorDevice : public TDEGenericDevice
protected:
/**
- * @param TRUE if a monitor is connected, FALSE if not
+ * @param true if a monitor is connected, false if not
* @internal
*/
void internalSetConnected(bool cn);
/**
- * @param TRUE if this port is enabled, FALSE if not
+ * @param true if this port is enabled, false if not
* @internal
*/
void internalSetEnabled(bool en);