From 0bd9d5459891e6fb17ee6802878f85e217cb9f54 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 28 Mar 2025 18:11:49 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit cf85b9c285a2b9baa87c9d0cb9d683b48e82a475) --- example/example_part.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/example_part.h') diff --git a/example/example_part.h b/example/example_part.h index 5e44499df..6870d5beb 100644 --- a/example/example_part.h +++ b/example/example_part.h @@ -29,7 +29,7 @@ class ExamplePart : public KoDocument public: ExamplePart( TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject* parent = 0, const char* name = 0, bool singleViewMode = false ); - virtual void paintContent( TQPainter& painter, const TQRect& rect, bool transparent = FALSE, double zoomX = 1.0, double zoomY = 1.0 ); + virtual void paintContent( TQPainter& painter, const TQRect& rect, bool transparent = false, double zoomX = 1.0, double zoomY = 1.0 ); virtual bool initDoc(InitDocFlags flags, TQWidget* parentWidget=0); -- cgit v1.2.3