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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/32/head
Michele Calgaro 5 months ago
parent 47ebe98c83
commit 6061313eb0
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

Loading…
Cancel
Save