From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqdns.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqdns.html') diff --git a/doc/html/tqdns.html b/doc/html/tqdns.html index c4fccf951..5575b1f31 100644 --- a/doc/html/tqdns.html +++ b/doc/html/tqdns.html @@ -196,10 +196,10 @@ over a copy, e.g.

bool TQDns::isWorking () const

-Returns TRUE if TQDns is doing a lookup for this object (i.e. if it +Returns true if TQDns is doing a lookup for this object (i.e. if it does not already have the necessary information); otherwise -returns FALSE. -

TQDns emits the resultsReady() signal when the status changes to FALSE. +returns false. +

TQDns emits the resultsReady() signal when the status changes to false.

Example: network/mail/smtp.cpp.

TQString TQDns::label () const -- cgit v1.2.3