I fixed this plugin, so it can be used in WP v2.5 and above! Open the king-links.php & navigate to line 519.
It looks like this: include_once(’widgets.php’);
You have to comment it out of, since WP v2.3 uses its on widgets now. Simply alter the content so it looks like: /* include_once(’widgets.php’); *