Automated conversion from Qt3

pull/1/head
Timothy Pearson 12 years ago
parent 110e1746ce
commit 82df3b0afc

@ -5822,10 +5822,6 @@ TQIconViewItem *TQIconView::makeRowLayout( TQIconViewItem *begin, int &y, bool &
while (begin->next && (begin->isVisible() == FALSE)) {
begin = begin->next;
}
if (!begin->next) {
changed = TRUE;
return begin;
}
bool reverse = TQApplication::reverseLayout();
changed = FALSE;

Loading…
Cancel
Save