OK, maybe this is just me but the code in admin/index.php isn't there either, so for anyone else - this is what I did.
Find...
PHP Code:
makenavselect("User Titles");
// ***
Below that, add...
PHP Code:
makenavoption("Add Group","faq.php?action=addfaq","|");
makenavoption("Edit Group","faq.php?action=modify","<br>");
makenavoption("Add Question","faq.php?&action=addquestion");
makenavselect("FAQ Maintenance");
// ***
...and that should have your CP sorted.

Seems to be running fine on 2.2.5, thanks for the tip geniuscrew and thanks for the hack tubedogg.