diff options
author | Michele Calgaro <[email protected]> | 2023-08-07 20:21:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-07 21:14:05 +0900 |
commit | 0959273bfe88e50570bc2304523bf93b03dfaec5 (patch) | |
tree | f40458ff78df3990495a5be605b8b64c17b02e04 /plugins | |
parent | 5501a8c78e7c00cfbf72fec8d336a98adffe7e9d (diff) | |
download | tderadio-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.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() |