diff options
Diffstat (limited to 'framework/Web/UI/TTemplateControlInheritable.php')
-rw-r--r-- | framework/Web/UI/TTemplateControlInheritable.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/TTemplateControlInheritable.php b/framework/Web/UI/TTemplateControlInheritable.php index f5b03805..acc74be9 100644 --- a/framework/Web/UI/TTemplateControlInheritable.php +++ b/framework/Web/UI/TTemplateControlInheritable.php @@ -8,9 +8,11 @@ * @copyright Copyright © 2010 Schlaue-Kids.net * @license http://www.pradosoft.com/license/ * @version $Id$ - * @package System.Web.UI + * @package Prado\Web\UI */ +namespace Prado\Web\UI; + Prado::using('System.Web.UI.TTemplateControl'); /** @@ -25,7 +27,7 @@ Prado::using('System.Web.UI.TTemplateControl'); * @author Schlaue-Kids.net <info@schlaue-kids.net> * @author Kyle Caine <http://www.pradosoft.com/forum/index.php?action=profile;u=1752> * @version $Id$ - * @package System.Web.UI + * @package Prado\Web\UI * @since 3.1.8 */ class TTemplateControlInheritable extends TTemplateControl |