Drop use of TQ_SP* defines.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b05a12a13d)
r14.1.x
Michele Calgaro 10 months ago
parent ef14fba42c
commit c9fc87afcc
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