|
|
|
@ -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
|
|
|
|
|