KCoreDirLister: Avoid uneeded mimetype lookup from name
KFileItem::mimeType goes through a path that creates a QMimeType, the current code extracts the mimetype name and then looks it back to a QMimeType object.
Doesn't make a measurable amount of difference, but it seemed neater.