You could add the following to the start of function qa_load_editor(...) in qa-app-format.php:
if (qa_get_logged_in_level()<QA_USER_LEVEL_MODERATOR) $editorname='';
The setting in the admin panel would determine what moderators use.