summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-07 20:21:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-07 20:21:19 +0900
commit2d66c9d5f03c5a7a106e55769460ff967855d427 (patch)
treea03896a2f331eeb7f86cb3a837f453383efccb57
parent08ec56f4b99cd4db951eb1a73a8003be25fa825e (diff)
downloadtderadio-2d66c9d5.tar.gz
tderadio-2d66c9d5.zip
Drop use of TQ_SP* defines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--plugins/gui-quickbar/buttonflowlayout.cpp2
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()