pull/1/head
Timothy Pearson 13 years ago
parent aecb5278de
commit 29b21f172a

@ -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<TQLabel*>(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
#endif // USE_QT4

Loading…
Cancel
Save