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 --- cervisia/stringmatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cervisia/stringmatcher.cpp') diff --git a/cervisia/stringmatcher.cpp b/cervisia/stringmatcher.cpp index 0c7e833c..6e70a6e0 100644 --- a/cervisia/stringmatcher.cpp +++ b/cervisia/stringmatcher.cpp @@ -133,7 +133,7 @@ unsigned int countMetaCharacters(const TQString& text) { unsigned int count(0); - const TQChar* pos(text.tqunicode()); + const TQChar* pos(text.unicode()); const TQChar* posEnd(pos + text.length()); while (pos < posEnd) { -- cgit v1.2.1