summaryrefslogtreecommitdiffstats
path: root/kabc/vcard/GeoValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/vcard/GeoValue.cpp')
-rw-r--r--kabc/vcard/GeoValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/vcard/GeoValue.cpp b/kabc/vcard/GeoValue.cpp
index 3021bbdb1..2bac28c1e 100644
--- a/kabc/vcard/GeoValue.cpp
+++ b/kabc/vcard/GeoValue.cpp
@@ -84,7 +84,7 @@ GeoValue::clone()
void
GeoValue::_parse()
{
- int semiColon = strRep_.tqfind( ";" );
+ int semiColon = strRep_.find( ";" );
if ( semiColon == -1 ) // invalid
return;