diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-07 20:21:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-07 20:21:19 +0900 |
commit | 2d66c9d5f03c5a7a106e55769460ff967855d427 (patch) | |
tree | a03896a2f331eeb7f86cb3a837f453383efccb57 /plugins/gui-quickbar/buttonflowlayout.cpp | |
parent | 08ec56f4b99cd4db951eb1a73a8003be25fa825e (diff) | |
download | tderadio-2d66c9d5f03c5a7a106e55769460ff967855d427.tar.gz tderadio-2d66c9d5f03c5a7a106e55769460ff967855d427.zip |
Drop use of TQ_SP* defines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/gui-quickbar/buttonflowlayout.cpp')
-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() |