diff options
Diffstat (limited to 'korn/accountmanager.cpp')
-rw-r--r-- | korn/accountmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/accountmanager.cpp b/korn/accountmanager.cpp index 5a93ec679..fec63a2b2 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 ) |