Now my code looks like that:
<?php
global $query_string;
$query_string = array_merge($GLOBALS['wp_query']->query_vars, $query_string); // don't reset other query_vars!
query_posts( apply_filters( 'themify_query_posts_args',
$query_string.'&order='.$themify->order.'&orderby='.$themify->orderby ) );
?>
<?php endif; ?>