summaryrefslogtreecommitdiffstats
path: root/examples/customlayout/flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/customlayout/flow.h')
-rw-r--r--examples/customlayout/flow.h2
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;