Convert contact_category_list, contact_category_add, and contact_category_edit to new-style Controllers using the instructions on http://drupal.org/node/1800686 . All of those methods can go on the same controller class.
Then, convert the delete form to new-style form controller based on the instructions on the same page.