[kmoretools] Don't lowercase the desktop entry name
At some point KService::desktopEntryName was always lowercase
We added toLower() here to accommodate for that and fix the comparison
However, later KService got changed to preserve the case from the file name so we need to remove the toLower again