From d6331f1b56eb6dca7a1950658b2932f208015da0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:50:38 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- 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.3