summaryrefslogtreecommitdiffstats
path: root/cervisia/misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/misc.cpp')
-rw-r--r--cervisia/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/misc.cpp b/cervisia/misc.cpp
index fa3936ff..7a13b15c 100644
--- a/cervisia/misc.cpp
+++ b/cervisia/misc.cpp
@@ -60,7 +60,7 @@ static int FindWhiteSpace(const TQString& str, int index)
if( index < 0 || index >= length )
return -1;
- const TQChar* const startPos = str.tqunicode();
+ const TQChar* const startPos = str.unicode();
const TQChar* const endPos = startPos + length;
const TQChar* pos = startPos + index;