summaryrefslogtreecommitdiffstats
path: root/cervisia/stringmatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/stringmatcher.cpp')
-rw-r--r--cervisia/stringmatcher.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{