protected function _construct()
 {
     $this->includePhpApi();
     Qualityunit_Liveagent_Helper_Data::convertOldButton();
     parent::_construct();
     $this->settings = new Qualityunit_Liveagent_Helper_Settings();
 }
 public function indexAction()
 {
     Qualityunit_Liveagent_Helper_Data::convertOldButton();
     $this->loadLayout();
     $this->renderLayout();
 }