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