diff options
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; |