From c03a4800879ab62692e017e01c825ba12a421ad0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 1 Jul 2025 22:09:14 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 2 Signed-off-by: Michele Calgaro --- examples/customlayout/flow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/customlayout/flow.h') diff --git a/examples/customlayout/flow.h b/examples/customlayout/flow.h index 9debaa295..ff5bc14f8 100644 --- a/examples/customlayout/flow.h +++ b/examples/customlayout/flow.h @@ -45,7 +45,7 @@ protected: void setGeometry( const TQRect& ); private: - int doLayout( const TQRect&, bool testonly = FALSE ); + int doLayout( const TQRect&, bool testonly = false ); TQPtrList list; int cached_width; int cached_hfw; -- cgit v1.2.3