Replaced various '#define' with actual strings - part 5

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6061313eb0)
r14.1.x
Michele Calgaro 6 months ago
parent 0b6f951e70
commit 1606ffffcc
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -68,7 +68,7 @@ int SimpleFlow::heightForWidth( int w ) const
void SimpleFlow::addItem( TQLayoutItem *item) void SimpleFlow::addItem( TQLayoutItem *item)
{ {
list.append( TQT_TQLAYOUTITEM(item) ); list.append( item );
} }
bool SimpleFlow::hasHeightForWidth() const bool SimpleFlow::hasHeightForWidth() const

Loading…
Cancel
Save