summaryrefslogtreecommitdiffstats
path: root/tdecore/ksock.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-13 09:38:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-05-15 18:46:42 +0900
commitad58630b34fc61754c763cf951004ef27e38d33d (patch)
tree168cf1d101c4583c84d02c116cd305763118277b /tdecore/ksock.h
parentbedc43ef09d9569fb7643849e8f24dd46c379eba (diff)
downloadtdelibs-ad58630b34fc61754c763cf951004ef27e38d33d.tar.gz
tdelibs-ad58630b34fc61754c763cf951004ef27e38d33d.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/ksock.h')
-rw-r--r--tdecore/ksock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/ksock.h b/tdecore/ksock.h
index f562ece8f..98b157dc4 100644
--- a/tdecore/ksock.h
+++ b/tdecore/ksock.h
@@ -280,7 +280,7 @@ public:
* On error the socket will be closed.
* @param suppressFailureMessages suppress warning messages generated if the socket cannot be opened.
* @return true on success. false on error.
- * @warning If suppressFailureMessages is TRUE future debugging may be made more difficult. Only set it
+ * @warning If suppressFailureMessages is true future debugging may be made more difficult. Only set it
* if your application expects to bind to unavailable ports, e.g. while scanning for open ports in a range.
*/
bool bindAndListen(bool suppressFailureMessages = false);