diff options
Diffstat (limited to 'framework/Web/UI/ActiveControls/TDraggable.php')
-rwxr-xr-x | framework/Web/UI/ActiveControls/TDraggable.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/ActiveControls/TDraggable.php b/framework/Web/UI/ActiveControls/TDraggable.php index 8e89f8a2..468562db 100755 --- a/framework/Web/UI/ActiveControls/TDraggable.php +++ b/framework/Web/UI/ActiveControls/TDraggable.php @@ -5,9 +5,11 @@ * @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; + /** * TDraggable is a control which can be dragged * @@ -24,7 +26,7 @@ * @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 TDraggable extends TPanel { |