diff --git a/src/flowlayout.cpp b/src/flowlayout.cpp index 9376474..9a87379 100644 --- a/src/flowlayout.cpp +++ b/src/flowlayout.cpp @@ -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){