diff options
Diffstat (limited to 'kabc/vcard/UTCValue.cpp')
-rw-r--r-- | kabc/vcard/UTCValue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/vcard/UTCValue.cpp b/kabc/vcard/UTCValue.cpp index 30473661f..445af4fd7 100644 --- a/kabc/vcard/UTCValue.cpp +++ b/kabc/vcard/UTCValue.cpp @@ -93,7 +93,7 @@ UTCValue::_parse() positive_ = ( strRep_[0] == '+' ); - int colon = strRep_.find( ':' ); + int colon = strRep_.tqfind( ':' ); if ( colon == -1 ) // Not valid. return; |