From d765008341a5d67ac09e0a78370fe8bd89d83832 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 17 Jul 2011 19:23:04 -0500 Subject: [PATCH] Rename tqsizeHint* to sizeHint* --- tqtinterface/qt4/src/table/tqtable.cpp | 4 ++-- 1 file 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 tmp; TQPtrVector tmp2; @@ -4976,7 +4976,7 @@ void TQTable::setNumCols( int c ) } } - fontChange(font()); // tqinvalidate the tqsizeHintCache + fontChange(font()); // tqinvalidate the sizeHintCache TQPtrVector tmp; TQPtrVector tmp2;