If you want to patch it your self, you can go into this file
/wp-content/plugins/adrotate/adrotate-widget.php
and fix the constructor function so its not using the PHP4 method any more.
lines 25-29 should look like this.
function adrotate_widgets() {
parent:: __construct(false, ‘AdRotate’, array(‘description’ => “Show unlimited ads in the sidebar.”));
}
I figured it out on my own, I apologize for cluttering the area, you can delete this request. There is actually a setting buried in the customize panel that I over looked. Its in the Misc. Tab.