From ea2868ad7d79d440d40fbcb5773c9dcec3babbcc Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 10:10:40 +0100 Subject: Add namespace: ActiveControls, JuiControls --- framework/Web/UI/ActiveControls/TDraggableConstraint.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/ActiveControls/TDraggableConstraint.php') diff --git a/framework/Web/UI/ActiveControls/TDraggableConstraint.php b/framework/Web/UI/ActiveControls/TDraggableConstraint.php index 9be201ac..d22e5eae 100644 --- a/framework/Web/UI/ActiveControls/TDraggableConstraint.php +++ b/framework/Web/UI/ActiveControls/TDraggableConstraint.php @@ -5,14 +5,16 @@ * @author Christophe BOULAIN (Christophe.Boulain@gmail.com) * @copyright Copyright © 2008, PradoSoft * @license http://www.pradosoft.com/license - * @package System.Web.UI.ActiveControls + * @package Prado\Web\UI\ActiveControls */ +namespace Prado\Web\UI\ActiveControls; + /** * @author Christophe BOULAIN (Christophe.Boulain@gmail.com) * @copyright Copyright © 2008, PradoSoft * @license http://www.pradosoft.com/license - * @package System.Web.UI.ActiveControls + * @package Prado\Web\UI\ActiveControls */ class TDraggableConstraint extends TEnumerable { -- cgit v1.2.3