diff --git a/src/flowlayout.cpp b/src/flowlayout.cpp index 63621fc..7f10faf 100644 --- a/src/flowlayout.cpp +++ b/src/flowlayout.cpp @@ -97,7 +97,7 @@ int FlowLayout::widthForHeight( int h ) const{ return w; } -void FlowLayout::addItem(QLayoutItem* item){ +void FlowLayout::addItem(TQLayoutItem* item){ //kdDebug() << "FlowLayout::addItem: " << (static_cast(item->widget()))->text() << ", width: " << item->widget()->width() << ", height: " << item->widget()->height()<< endl; // we are indirectly called from addSource. this // is a hint for addSource, to let it know which item @@ -344,4 +344,4 @@ TQLayoutItem* FlowLayout::takeAt(int index) { invalidate(); return item; } -#endif // USE_QT4 \ No newline at end of file +#endif // USE_QT4