summaryrefslogtreecommitdiffstats
path: root/korn/accountmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/accountmanager.cpp')
-rw-r--r--korn/accountmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/accountmanager.cpp b/korn/accountmanager.cpp
index 5a93ec67..fec63a2b 100644
--- a/korn/accountmanager.cpp
+++ b/korn/accountmanager.cpp
@@ -241,7 +241,7 @@ void AccountManager::playSound( const TQString& file )
void AccountManager::slotChanged( int count, KMailDrop* mailDrop )
{
- Dropinfo *info = _dropInfo->tqfind( mailDrop ).data();
+ Dropinfo *info = _dropInfo->find( mailDrop ).data();
info->newMessages = count > info->msgnr || ( count == info->msgnr && info->newMessages );
if( count > info->msgnr )