WP, functions.php, qTranslate: How to make qTranslate supports Custom Post Types
add_filter('post_type_link','qtrans_convertURL');//fix custom post type URL
// From http://was955.wordpress.com/2013/04/01/how-to-make-qtranslate-supports-custom-post-types/