applets/colorpicker: Fix errors and warnings
Explicitly specify arguments in signal handlers
Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
Add import alias for KWindowSystem
Drop QML import versions
They are deprecated and unhelpful.
This is an automated change using the following regexp: Search: (import \S+) \d\S*( as \S*)? Replace: \1\2
Use an appropriate hook for RadioButton
Reacting to raw property changes, no matter whether they originate from inside of the control itself or from an external value change, is prone to binding loops, and is generally a bad practice.