KAuthorized: Make methods to authorize control modules invokable
In kcmutils!146 (merged), I import the KDeclarative KCMShell class which exposes a invokable method that only calls this KAuthorized method internally. It is cleaner for consumers to just call the underlying API in KConfig directly. The only advantage of the old approach was to save one import statement.