summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kworldwatch/flow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kworldwatch/flow.cpp b/kworldwatch/flow.cpp
index 9232cda..3d7a0c0 100644
--- a/kworldwatch/flow.cpp
+++ b/kworldwatch/flow.cpp
@@ -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