summaryrefslogtreecommitdiffstats
path: root/lib/kotext
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:36:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:36:24 -0600
commit039393e199a49b5158929668908f9cb1fe226484 (patch)
treed7aec29ab26866737b6786073bba888af62cb1bf /lib/kotext
parent2d6954f69caf63ed5057bd8e1405a65d7d970292 (diff)
downloadkoffice-039393e199a49b5158929668908f9cb1fe226484.tar.gz
koffice-039393e199a49b5158929668908f9cb1fe226484.zip
Rename a few stragglers
Diffstat (limited to 'lib/kotext')
-rw-r--r--lib/kotext/KoTextView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KoTextView.cpp b/lib/kotext/KoTextView.cpp
index 9733e123..cb8116c9 100644
--- a/lib/kotext/KoTextView.cpp
+++ b/lib/kotext/KoTextView.cpp
@@ -611,7 +611,7 @@ KoTextCursor KoTextView::selectWordUnderCursor( const KoTextCursor& cursor, int
const bool isWordDelimiter = ch.isSpace()
|| ch.category() == TQChar::Punctuation_Open // e.g. '('
|| ch.category() == TQChar::Punctuation_Close // e.g. ')'
- || ch.category() == TQChar::Punctuation_Other // see http://www.fileformat.info/info/tqunicode/category/Po/list.htm
+ || ch.category() == TQChar::Punctuation_Other // see http://www.fileformat.info/info/unicode/category/Po/list.htm
;
if( !beginFound && !isWordDelimiter )