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/tqdatetimeedit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqdatetimeedit.html') diff --git a/doc/html/tqdatetimeedit.html b/doc/html/tqdatetimeedit.html index efb944a0a..5010ea935 100644 --- a/doc/html/tqdatetimeedit.html +++ b/doc/html/tqdatetimeedit.html @@ -117,7 +117,7 @@ Destroys the object and frees any allocated resources.

bool TQDateTimeEdit::autoAdvance () const

-Returns TRUE if auto-advance is enabled, otherwise returns FALSE. +Returns true if auto-advance is enabled, otherwise returns false.

See also setAutoAdvance().

TQDateEdit * TQDateTimeEdit::dateEdit () @@ -132,7 +132,7 @@ See the "dateTime" property for

void TQDateTimeEdit::setAutoAdvance ( bool advance ) [virtual]

Sets the auto advance property of the editor to advance. If set -to TRUE, the editor will automatically advance focus to the next +to true, the editor will automatically advance focus to the next date or time section if the user has completed a section.

void TQDateTimeEdit::setDateTime ( const TQDateTime & dt ) [virtual slot] -- cgit v1.2.3