diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-07 20:23:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-07 20:23:37 +0900 |
commit | f61d950f471e223cef6a179ef1ac1ae1200945c6 (patch) | |
tree | 7e838bed4ac44fc5ffa219f7cd2f46ac09130af1 | |
parent | ce5e23562bd87fad061187e168873cbb3277430c (diff) | |
download | kima-f61d950f471e223cef6a179ef1ac1ae1200945c6.tar.gz kima-f61d950f471e223cef6a179ef1ac1ae1200945c6.zip |
Drop use of TQ_SP* defines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/flowlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flowlayout.cpp b/src/flowlayout.cpp index 24663f9..f24aef8 100644 --- a/src/flowlayout.cpp +++ b/src/flowlayout.cpp @@ -205,7 +205,7 @@ TQSize FlowLayout::minimumSize() const{ } TQSizePolicy::ExpandData FlowLayout::expanding() const{ - return TQ_SPNoDirection; + return TQSizePolicy::NoDirection; } TQLayoutIterator FlowLayout::iterator(){ |