I think this should work, put it in the htaccess on the root of the parked domain:
RewriteEngine on RewriteCond %{HTTP_HOST} ^www.parkeddomain.com$ [NC] RewriteRule ^Q-A/(.*)$ http://www.maindomain.com/Q-A/$1 [R=301,L]