summaryrefslogtreecommitdiffstats
path: root/src/flowlayout.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-28 19:54:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-29 19:08:43 +0900
commite80c5ee44d831790579c7a4c9f68317256dddad9 (patch)
tree3b023d3fa214bc65f43fb36e919ed9c6b0d86c5a /src/flowlayout.h
parentc91cfb081a9732e42ea7ff418add4fd9895a5af7 (diff)
downloadkima-e80c5ee4.tar.gz
kima-e80c5ee4.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b58bc696064cfa61d6da555047d7b65be8360239)
Diffstat (limited to 'src/flowlayout.h')
-rw-r--r--src/flowlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flowlayout.h b/src/flowlayout.h
index 47d8dbd..ca663cc 100644
--- a/src/flowlayout.h
+++ b/src/flowlayout.h
@@ -75,7 +75,7 @@ protected:
void setGeometry(const TQRect&);
private:
- int doLayout( const TQRect&, bool testOnly = FALSE );
+ int doLayout( const TQRect&, bool testOnly = false );
int doLayoutHorizontal( const TQRect&, bool testOnly );
int doLayoutVertical( const TQRect&, bool testOnly );
TQt::Orientation mOrientation;