From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqframe-h.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqframe-h.html') diff --git a/doc/html/tqframe-h.html b/doc/html/tqframe-h.html index ece1e9f56..739c605ac 100644 --- a/doc/html/tqframe-h.html +++ b/doc/html/tqframe-h.html @@ -105,7 +105,7 @@ public: TQRect contentsRect() const; #ifndef Q_QDOC - bool lineShapesOk() const { return TRUE; } + bool lineShapesOk() const { return true; } #endif TQSize sizeHint() const; @@ -156,7 +156,7 @@ protected: void styleChange( TQStyle& ); private: - void updateFrameWidth(bool=FALSE); + void updateFrameWidth(bool=false); TQRect frect; int fstyle; short lwidth; -- cgit v1.2.3