So, all clock styles need to be changed accordingly. The change affects the constructor which now uses three (including self) parameters. If you use the constructor for initialization etc. you need to forward the third parameter to the super constructor to make your clock work again. If you do nothing else in your constructor except calling the super constructor you could as well delete the constructor.