From a7f1e6e2552d9cdbb3d76bff089db522248b9a24 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 30 May 2025 14:27:29 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 1 Signed-off-by: Michele Calgaro --- tools/designer/examples/opengl/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/designer/examples/opengl/main.cpp') diff --git a/tools/designer/examples/opengl/main.cpp b/tools/designer/examples/opengl/main.cpp index 24f3fbb59..3791bf8fa 100644 --- a/tools/designer/examples/opengl/main.cpp +++ b/tools/designer/examples/opengl/main.cpp @@ -279,7 +279,7 @@ TQString OpenGLWidgetInterface::whatsThis( const TQString &description ) const bool OpenGLWidgetInterface::isContainer( const TQString& ) const { - return FALSE; + return false; } TQRESULT OpenGLWidgetInterface::queryInterface( const TQUuid& uuid, TQUnknownInterface **iface ) -- cgit v1.2.3