diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:04:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:04:20 -0600 |
commit | d654b1079f7801b0a65c8de8936d0d174656702b (patch) | |
tree | f0b5c5099df85263a9d8f3ff42a685e952b392ae /src/diff.h | |
parent | 9b57232f1beb774a8a4bab4ae1f85999e193d037 (diff) | |
download | kdiff3-d654b1079f7801b0a65c8de8936d0d174656702b.tar.gz kdiff3-d654b1079f7801b0a65c8de8936d0d174656702b.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/diff.h')
-rw-r--r-- | src/diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ private: const char* m_pBuf; int m_size; int m_vSize; // Nr of lines in m_pBuf1 and size of m_v1, m_dv12 and m_dv13 - TQString m_tqunicodeBuf; + TQString m_unicodeBuf; std::vector<LineData> m_v; bool m_bIsText; bool readFile( const TQString& filename ); |