diff --git a/kmailicalifaceimpl.cpp b/kmailicalifaceimpl.cpp index b41fff977..01d246413 100644 --- a/kmailicalifaceimpl.cpp +++ b/kmailicalifaceimpl.cpp @@ -2203,7 +2203,7 @@ QString KMailICalIfaceImpl::folderPixmap( KFolderTreeItem::Type type ) const if( type == KFolderTreeItem::Contacts ) return QString::fromLatin1( "view-pim-contacts" ); else if( type == KFolderTreeItem::Calendar ) - return QString::fromLatin1( "view-pim-calendar" ); + return QString::fromLatin1( "view-calendar" ); else if( type == KFolderTreeItem::Notes ) return QString::fromLatin1( "view-pim-notes" ); else if( type == KFolderTreeItem::Tasks )