From 36b1e019b76f39cca8fc81f6d4df544f1c94c179 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:23:31 -0600 Subject: Rename obsolete tq methods to standard names --- kompare/libdiff2/difference.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kompare/libdiff2/difference.h') 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( m_string.tqunicode() ); + unsigned short const* str = reinterpret_cast( m_string.unicode() ); const unsigned int len = m_string.length(); m_hash = 1315423911; -- cgit v1.2.1