From 6e4a70d41a2636ce99a1da7b6827ac5685ed3186 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 31 Jul 2025 13:38:31 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 3 Signed-off-by: Michele Calgaro (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d) --- doc/man/man3/tqslider.3qt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man/man3/tqslider.3qt') diff --git a/doc/man/man3/tqslider.3qt b/doc/man/man3/tqslider.3qt index 564e73b70..b65940766 100644 --- a/doc/man/man3/tqslider.3qt +++ b/doc/man/man3/tqslider.3qt @@ -284,7 +284,7 @@ Returns the interval between tickmarks. See the "tickInterval" property for deta .SH "TickSetting QSlider::tickmarks () const" Returns the tickmark settings for this slider. See the "tickmarks" property for details. .SH "bool QSlider::tracking () const" -Returns TRUE if slider tracking is enabled; otherwise returns FALSE. See the "tracking" property for details. +Returns true if slider tracking is enabled; otherwise returns false. See the "tracking" property for details. .SH "int QSlider::value () const" Returns the current slider value. See the "value" property for details. .SH "void QSlider::valueChange ()\fC [virtual protected]\fR" -- cgit v1.2.3