From d654b1079f7801b0a65c8de8936d0d174656702b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:04:20 -0600 Subject: Rename obsolete tq methods to standard names --- src/diff.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/diff.cpp') diff --git a/src/diff.cpp b/src/diff.cpp index 722950f..feb1373 100644 --- a/src/diff.cpp +++ b/src/diff.cpp @@ -557,7 +557,7 @@ void SourceData::readAndPreprocess( TQTextCodec* pEncoding, bool bAutoDetectUnic m_lmppData.m_v.resize( m_normalData.m_vSize ); for(int i=m_lmppData.m_vSize; im_bIgnoreCase ) { int i; - TQChar* pBuf = const_cast(m_lmppData.m_tqunicodeBuf.tqunicode()); - int ucSize = m_lmppData.m_tqunicodeBuf.length(); + TQChar* pBuf = const_cast(m_lmppData.m_unicodeBuf.unicode()); + int ucSize = m_lmppData.m_unicodeBuf.length(); for(i=0; i(m_tqunicodeBuf.tqunicode()); + TQChar* p = const_cast(m_unicodeBuf.unicode()); bool bWithinComment=false; - int size = m_tqunicodeBuf.length(); + int size = m_unicodeBuf.length(); for(int i=0; i