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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 7 months ago
parent 70b5fac7f4
commit 8746e143f4
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -102,7 +102,7 @@ void FlowLayout::addItem(TQLayoutItem* item){
// we are indirectly called from addSource. this
// is a hint for addSource, to let it know which item
// was added.
mLastItem = TQT_TQLAYOUTITEM(item);
mLastItem = item;
}
void FlowLayout::addSource(Source* src){

Loading…
Cancel
Save