From 771af909e74927126fba90ec6e0298dc68d5bf4f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 5 Dec 2025 18:54:52 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 6 Signed-off-by: Michele Calgaro --- src/opengl/tqglcolormap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opengl/tqglcolormap.cpp') diff --git a/src/opengl/tqglcolormap.cpp b/src/opengl/tqglcolormap.cpp index 5f1c580f1..8765a6d55 100644 --- a/src/opengl/tqglcolormap.cpp +++ b/src/opengl/tqglcolormap.cpp @@ -234,7 +234,7 @@ TQColor TQGLColormap::entryColor( int idx ) const } /*! - Returns TRUE if the colormap is empty; otherwise returns FALSE. A + Returns true if the colormap is empty; otherwise returns false. A colormap with no color values set is considered to be empty. */ bool TQGLColormap::isEmpty() const -- cgit v1.2.3