I am using the Category Posts Widget
I inserted the code you spoke of at the bottom of this
// Get array of post info.
$cat_posts = new WP_Query(
"showposts=" . $instance["num"] .
"&cat=" . $instance["cat"] .
"&orderby=" . $sort_by .
"&order=" . $sort_order .
"meta_key" . "_thumbnail_id"
);