diff options
-rw-r--r-- | plugins/gui-quickbar/buttonflowlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() |