diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-28 19:54:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-28 19:54:09 +0900 |
| commit | b58bc696064cfa61d6da555047d7b65be8360239 (patch) | |
| tree | 945b089720b84bfbcf96d1da3d2d1fee91b67b68 /src/flowlayout.h | |
| parent | f9cc7c8ccc65add92b5ab6516822f25366d9488c (diff) | |
| download | kima-b58bc696064cfa61d6da555047d7b65be8360239.tar.gz kima-b58bc696064cfa61d6da555047d7b65be8360239.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/flowlayout.h')
| -rw-r--r-- | src/flowlayout.h | 2 |
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; |
