kcm_keyboard: fix invoking the setxkbmap command
The setxkmap man page says to use '-option' for each option to set, so do that.
Concatenate the command manually by joining the list of arguments separated by a space. No need to use K/QProcess, it's a simple command, so use ::system() instead.