Rename tqsizeHint* to sizeHint*

pull/1/head
Timothy Pearson 13 years ago
parent 33d3ec0635
commit d765008341

@ -4927,7 +4927,7 @@ void TQTable::setNumRows( int r )
}
}
fontChange(font()); // tqinvalidate the tqsizeHintCache
fontChange(font()); // tqinvalidate the sizeHintCache
TQPtrVector<TQTableItem> tmp;
TQPtrVector<TableWidget> tmp2;
@ -4976,7 +4976,7 @@ void TQTable::setNumCols( int c )
}
}
fontChange(font()); // tqinvalidate the tqsizeHintCache
fontChange(font()); // tqinvalidate the sizeHintCache
TQPtrVector<TQTableItem> tmp;
TQPtrVector<TableWidget> tmp2;

Loading…
Cancel
Save