From cf85b9c285a2b9baa87c9d0cb9d683b48e82a475 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 --- kpresenter/KPrLineObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpresenter/KPrLineObject.h') diff --git a/kpresenter/KPrLineObject.h b/kpresenter/KPrLineObject.h index 6998449c4..eca3c9f0b 100644 --- a/kpresenter/KPrLineObject.h +++ b/kpresenter/KPrLineObject.h @@ -76,7 +76,7 @@ protected: virtual void fillStyle( KoGenStyle& styleObjectAuto, KoGenStyles& mainStyles ) const; virtual void paint( TQPainter *_painter, KoTextZoomHandler*_zoomHandler, - int /* pageNum */, bool drawingShadow, bool drawContour = FALSE ); + int /* pageNum */, bool drawingShadow, bool drawContour = false ); LineType lineType; }; -- cgit v1.2.3