diff options
-rw-r--r-- | tqtinterface/qt4/src/table/tqtable.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/table/tqtable.cpp b/tqtinterface/qt4/src/table/tqtable.cpp index d87914f..1e2ccb7 100644 --- a/tqtinterface/qt4/src/table/tqtable.cpp +++ b/tqtinterface/qt4/src/table/tqtable.cpp @@ -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; |