summaryrefslogtreecommitdiffstats
path: root/kabc/ldif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/ldif.cpp')
-rw-r--r--kabc/ldif.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/ldif.cpp b/kabc/ldif.cpp
index 19895fce5..27cf16cf1 100644
--- a/kabc/ldif.cpp
+++ b/kabc/ldif.cpp
@@ -112,7 +112,7 @@ bool LDIF::splitLine( const TQCString &line, TQString &fieldname, TQByteArray &v
// kdDebug(5700) << "splitLine line: " << TQString::fromUtf8(line) << endl;
- position = line.find( ":" );
+ position = line.tqfind( ":" );
if ( position == -1 ) {
// strange: we did not find a fieldname
fieldname = "";