Pagination not working in category listing [duplicate]

get_query_var('paged') should be get_query_var('page'), however, you should use a pre_get_posts action hook to alter the query rather than using query_posts in the template, which is a waste of resources (see this answer for more info).