summaryrefslogtreecommitdiffstats
path: root/kabc/vcard/URIValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcard/URIValue.cpp')
-rw-r--r--kabc/vcard/URIValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/vcard/URIValue.cpp b/kabc/vcard/URIValue.cpp
index 98f75cb8e..ea598c5f5 100644
--- a/kabc/vcard/URIValue.cpp
+++ b/kabc/vcard/URIValue.cpp
@@ -89,7 +89,7 @@ URIValue::~URIValue()
void
URIValue::_parse()
{
- int split = strRep_.find(':');
+ int split = strRep_.tqfind(':');
if (split == -1)
return;