From 2d66c9d5f03c5a7a106e55769460ff967855d427 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 7 Aug 2023 20:21:19 +0900 Subject: [PATCH] Drop use of TQ_SP* defines. Signed-off-by: Michele Calgaro --- plugins/gui-quickbar/buttonflowlayout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()