in the file qa-config.php on line 36 you should have something like this:
define('QA_MYSQL_TABLE_PREFIX', 'q2a_');
an unexpected T_STRING is usually a misplaced ' somewhere that isn't closed around a string with a 'second' quote''
check that all the '' around your table prefix 'q2a_' are in place :)
Hope this helps ye