summaryrefslogtreecommitdiffstats
path: root/kabc/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/resource.cpp')
-rw-r--r--kabc/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/resource.cpp b/kabc/resource.cpp
index 9807d53a3..d43c68320 100644
--- a/kabc/resource.cpp
+++ b/kabc/resource.cpp
@@ -268,7 +268,7 @@ void Resource::removeAddressee( const Addressee &addr )
Addressee Resource::findByUid( const TQString &uid )
{
- Addressee::Map::ConstIterator it = mAddrMap.tqfind( uid );
+ Addressee::Map::ConstIterator it = mAddrMap.find( uid );
if ( it != mAddrMap.end() )
return it.data();