From 2cab1f3059038ab001f5185c29f0791c77aeeba1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 3 May 2025 15:55:36 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 89969dcb2142d91b295c8d18cde46e22ef118dce) --- kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp') diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp index e3527855..21af960f 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp +++ b/kopete/protocols/jabber/libiris/cutestuff/network/ndns.cpp @@ -305,7 +305,7 @@ TQString NDns::resultString() const } //! -//! Returns TRUE if busy resolving a hostname. +//! Returns true if busy resolving a hostname. bool NDns::isBusy() const { if(!man) -- cgit v1.2.3