summaryrefslogtreecommitdiffstats
path: root/src/diff.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:04:20 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-05 20:17:57 +0200
commit69423a534943a274dfe884ce023bced67c250c4d (patch)
tree9932a0703700abeeb19e19b946a1cab1c0815768 /src/diff.h
parent917939bd57b6e4eca21290640ff17d78ee954647 (diff)
downloadkdiff3-69423a534943a274dfe884ce023bced67c250c4d.tar.gz
kdiff3-69423a534943a274dfe884ce023bced67c250c4d.zip
Rename obsolete tq methods to standard names
(cherry picked from commit d654b1079f7801b0a65c8de8936d0d174656702b)
Diffstat (limited to 'src/diff.h')
-rw-r--r--src/diff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.h b/src/diff.h
index a4015d1..3f876f8 100644
--- a/src/diff.h
+++ b/src/diff.h
@@ -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 );