summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-08-07 20:21:19 +0900
committerMichele Calgaro <[email protected]>2023-08-07 21:14:05 +0900
commit0959273bfe88e50570bc2304523bf93b03dfaec5 (patch)
treef40458ff78df3990495a5be605b8b64c17b02e04 /plugins
parent5501a8c78e7c00cfbf72fec8d336a98adffe7e9d (diff)
downloadtderadio-0959273bfe88e50570bc2304523bf93b03dfaec5.tar.gz
tderadio-0959273bfe88e50570bc2304523bf93b03dfaec5.zip
Drop use of TQ_SP* defines.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 2d66c9d5f03c5a7a106e55769460ff967855d427)
Diffstat (limited to 'plugins')
-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()