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

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