summaryrefslogtreecommitdiffstats
path: root/kaddressbook/xxport/eudora_xxport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/xxport/eudora_xxport.cpp')
-rw-r--r--kaddressbook/xxport/eudora_xxport.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/xxport/eudora_xxport.cpp b/kaddressbook/xxport/eudora_xxport.cpp
index ca804fe3..9844b550 100644
--- a/kaddressbook/xxport/eudora_xxport.cpp
+++ b/kaddressbook/xxport/eudora_xxport.cpp
@@ -152,9 +152,9 @@ TQString EudoraXXPort::email( const TQString& line ) const
{
int b;
TQString result;
- b = line.findRev( '\"' );
+ b = line.tqfindRev( '\"' );
if ( b == -1 ) {
- b = line.findRev( ' ' );
+ b = line.tqfindRev( ' ' );
if ( b == -1 )
return result;
}
@@ -168,9 +168,9 @@ TQString EudoraXXPort::comment( const TQString& line ) const
int b;
TQString result;
uint i;
- b = line.findRev( '>' );
+ b = line.tqfindRev( '>' );
if ( b == -1 ) {
- b = line.findRev( '\"' );
+ b = line.tqfindRev( '\"' );
if ( b == -1 )
return result;
}