diff options
Diffstat (limited to 'plugins/gui-quickbar/buttonflowlayout.h')
-rw-r--r-- | plugins/gui-quickbar/buttonflowlayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gui-quickbar/buttonflowlayout.h b/plugins/gui-quickbar/buttonflowlayout.h index 117197a..fcef601 100644 --- a/plugins/gui-quickbar/buttonflowlayout.h +++ b/plugins/gui-quickbar/buttonflowlayout.h @@ -51,7 +51,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; |