diff options
Diffstat (limited to 'examples/customlayout/flow.h')
-rw-r--r-- | examples/customlayout/flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/customlayout/flow.h b/examples/customlayout/flow.h index 9debaa295..ff5bc14f8 100644 --- a/examples/customlayout/flow.h +++ b/examples/customlayout/flow.h @@ -45,7 +45,7 @@ protected: void setGeometry( const TQRect& ); private: - int doLayout( const TQRect&, bool testonly = FALSE ); + int doLayout( const TQRect&, bool testonly = false ); TQPtrList<TQLayoutItem> list; int cached_width; int cached_hfw; |