Automated conversion from Qt3

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

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

Loading…
Cancel
Save