summaryrefslogtreecommitdiffstats
path: root/kabc/plugins/evolution/dbwrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/plugins/evolution/dbwrapper.cpp')
-rw-r--r--kabc/plugins/evolution/dbwrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/plugins/evolution/dbwrapper.cpp b/kabc/plugins/evolution/dbwrapper.cpp
index bcc641191..c7f526b47 100644
--- a/kabc/plugins/evolution/dbwrapper.cpp
+++ b/kabc/plugins/evolution/dbwrapper.cpp
@@ -145,7 +145,7 @@ DBIterator DBWrapper::end() {
return it;
}
-bool DBWrapper::find( const TQString& _key, TQString& _val ) {
+bool DBWrapper::tqfind( const TQString& _key, TQString& _val ) {
DBT key, val;
::memset(&key, 0, sizeof(key) );
::memset(&val, 0, sizeof(val) );