kcmkrdpserver: Use QDBusMessage instead of QDBusInterface
QDBusInterface blocks the GUI from updating. QDBusMessage do not.
Thus, use QDBusMessage, then QDBusConnection with asyncCall to talk to DBus, hopefully avoiding any UI update blocking.
Possibly helps to fix
BUG:487543
Edited by Akseli Lahtinen