summaryrefslogtreecommitdiffstats
path: root/src/diff.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:04:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:04:20 -0600
commitd654b1079f7801b0a65c8de8936d0d174656702b (patch)
treef0b5c5099df85263a9d8f3ff42a685e952b392ae /src/diff.h
parent9b57232f1beb774a8a4bab4ae1f85999e193d037 (diff)
downloadkdiff3-d654b1079f7801b0a65c8de8936d0d174656702b.tar.gz
kdiff3-d654b1079f7801b0a65c8de8936d0d174656702b.zip
Rename obsolete tq methods to standard names
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 );