Drop use of TQ_SP* defines.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f61d950f47)
r14.1.x
Michele Calgaro 9 months ago
parent b7ec7cce3b
commit 48cec49a8f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -205,7 +205,7 @@ TQSize FlowLayout::minimumSize() const{
}
TQSizePolicy::ExpandData FlowLayout::expanding() const{
return TQ_SPNoDirection;
return TQSizePolicy::NoDirection;
}
TQLayoutIterator FlowLayout::iterator(){

Loading…
Cancel
Save