From b87533f9904c10f24d6b2e8177c00944e3efe15b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 26 Nov 2025 15:11:22 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro --- doc/html/ntqslider.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/ntqslider.html') diff --git a/doc/html/ntqslider.html b/doc/html/ntqslider.html index a5b5e9781..8c46b9788 100644 --- a/doc/html/ntqslider.html +++ b/doc/html/ntqslider.html @@ -273,7 +273,7 @@ See the "tickInterval" property f

Returns the tickmark settings for this slider. See the "tickmarks" property for details.

bool TQSlider::tracking () const -

Returns TRUE if slider tracking is enabled; otherwise returns FALSE. +

Returns true if slider tracking is enabled; otherwise returns false. See the "tracking" property for details.

int TQSlider::value () const

Returns the current slider value. -- cgit v1.2.3