The source project of this merge request has been removed.
Replace self()-> calls to :: for static methods
Originally self()-> was used in order to call particular functions on singleton classes e.g. Preferences. This commit removes ::self()-> and replaces it with :: alone.