diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:23:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:23:31 -0600 |
commit | 36b1e019b76f39cca8fc81f6d4df544f1c94c179 (patch) | |
tree | 3ca2f4886d1a2810b952164dd1b0f3e92ef6bf3a /kompare/libdiff2/difference.h | |
parent | f78838f2f736acc2b235d8b680f3379a07a6d372 (diff) | |
download | tdesdk-36b1e019b76f39cca8fc81f6d4df544f1c94c179.tar.gz tdesdk-36b1e019b76f39cca8fc81f6d4df544f1c94c179.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'kompare/libdiff2/difference.h')
-rw-r--r-- | kompare/libdiff2/difference.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kompare/libdiff2/difference.h b/kompare/libdiff2/difference.h index 4e440222..87b8f556 100644 --- a/kompare/libdiff2/difference.h +++ b/kompare/libdiff2/difference.h @@ -130,7 +130,7 @@ public: protected: void calculateHash() { - unsigned short const* str = reinterpret_cast<unsigned short const*>( m_string.tqunicode() ); + unsigned short const* str = reinterpret_cast<unsigned short const*>( m_string.unicode() ); const unsigned int len = m_string.length(); m_hash = 1315423911; |