summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdenetworkdevice.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/tdenetworkdevice.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/tdenetworkdevice.h')
-rw-r--r--tdecore/tdehw/tdenetworkdevice.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdecore/tdehw/tdenetworkdevice.h b/tdecore/tdehw/tdenetworkdevice.h
index 7b8bbf7c6..e159a5cf2 100644
--- a/tdecore/tdehw/tdenetworkdevice.h
+++ b/tdecore/tdehw/tdenetworkdevice.h
@@ -49,12 +49,12 @@ class TDECORE_EXPORT TDENetworkDevice : public TDEGenericDevice
TQString state();
/**
- * @return TRUE if carrier is present, FALSE if not
+ * @return true if carrier is present, false if not
*/
bool carrierPresent();
/**
- * @return TRUE if device is dormant, FALSE if not
+ * @return true if device is dormant, false if not
*/
bool dormant();
@@ -137,13 +137,13 @@ class TDECORE_EXPORT TDENetworkDevice : public TDEGenericDevice
void internalSetState(TQString st);
/**
- * @param TRUE if carrier is present, FALSE if not
+ * @param true if carrier is present, false if not
* @internal
*/
void internalSetCarrierPresent(bool cp);
/**
- * @param TRUE if device is dormant, FALSE if not
+ * @param true if device is dormant, false if not
* @internal
*/
void internalSetDormant(bool dm);