From e4999b25052d1ad9400a0f9fd5289a49eea1bddc Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 25 Jan 2015 20:04:57 +0100 Subject: More namespace changes Changed version to 3.2.99; Attempt at fixing autoloading fixed enough namespaces to have some demos running --- framework/Web/UI/WebControls/THead.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'framework/Web/UI/WebControls/THead.php') diff --git a/framework/Web/UI/WebControls/THead.php b/framework/Web/UI/WebControls/THead.php index 75859549..c67998f9 100644 --- a/framework/Web/UI/WebControls/THead.php +++ b/framework/Web/UI/WebControls/THead.php @@ -6,10 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package Prado\Web\UI + * @package Prado\Web\UI\WebControls */ -namespace Prado\Web\UI; +namespace Prado\Web\UI\WebControls; +use Prado\Web\THttpUtility; /** * THead class @@ -38,10 +39,10 @@ namespace Prado\Web\UI; * theme will not be rendered. * * @author Marcus Nyeholt and Qiang Xue - * @package Prado\Web\UI + * @package Prado\Web\UI\WebControls * @since 3.0 */ -class THead extends TControl +class THead extends \Prado\Web\UI\TControl { /** * @var TList list of meta name tags to be loaded by {@link THead} -- cgit v1.2.3