Most of the methods that use an unisged int are already deprecated. However there is still the `unsigned int rating() const;` method and the `void ratingChanged(unsigned int rating);` signal.
The signal should be deprecated in favor of the one which just uses an int, this also helps with T13986.
The rating getter can not be deprecated as farshould be wrapped in the KWIDGETSADDONS_BUILD_DEPRECATED_SINCE with a getter which returns an int as I can see,the alternative. but aWhen KF6 TODO should be at least added to inform users of this changeis branched we could drop the old stuff altogether. When KF6 is branched we could drop the old stuff altogether and change the return type.This will lead to only minor source code incompatibilities, This will lead to only minor source code incompatibilitiesbut with the KWIDGETSADDONS_BUILD_DEPRECATED_SINCE developers can test their apps.