Drop use of TQ_SP* defines.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/42/head
Michele Calgaro 9 months ago
parent cb59219281
commit b05a12a13d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -199,9 +199,9 @@ TQSizePolicy::ExpandData
KexiFlowLayout::expanding() const
{
if(m_orientation == Qt::Vertical)
return TQ_SPVertically;
return TQSizePolicy::Vertically;
else
return TQ_SPHorizontally;
return TQSizePolicy::Horizontally;
}
void

Loading…
Cancel
Save