Never mind, found the function that gets options from the database:
qa_get_option($qa_db, 'page_size_qs'); // questions
qa_get_option($qa_db, 'page_size_tags'); // tags
qa_get_option($qa_db, 'page_size_users'); // users
I just used the appropriate one based on $this->template.