summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/flowlayout.cpp2
1 files changed, 1 insertions, 1 deletions
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){