Drop use of TQ_SP* defines.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 9 months ago
parent ce5e23562b
commit f61d950f47
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