diff --git a/plugins/gui-quickbar/buttonflowlayout.cpp b/plugins/gui-quickbar/buttonflowlayout.cpp index 45c19d5..023bc8f 100644 --- a/plugins/gui-quickbar/buttonflowlayout.cpp +++ b/plugins/gui-quickbar/buttonflowlayout.cpp @@ -111,7 +111,7 @@ TQSize ButtonFlowLayout::sizeHint() const TQSizePolicy::ExpandData ButtonFlowLayout::expanding() const { - return TQ_SPNoDirection; + return TQSizePolicy::NoDirection; } TQLayoutIterator ButtonFlowLayout::iterator()