summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TSliderDirection.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/WebControls/TSliderDirection.php')
-rw-r--r--framework/Web/UI/WebControls/TSliderDirection.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/WebControls/TSliderDirection.php b/framework/Web/UI/WebControls/TSliderDirection.php
index 5e131dde..7f5ed1fb 100644
--- a/framework/Web/UI/WebControls/TSliderDirection.php
+++ b/framework/Web/UI/WebControls/TSliderDirection.php
@@ -6,10 +6,12 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Web.UI.WebControls
+ * @package Prado\Web\UI\WebControls
* @since 3.1.1
*/
+namespace Prado\Web\UI\WebControls;
+
/**
* TSliderDirection class.
*
@@ -20,7 +22,7 @@
* - Vertical : Vertical slider
*
* @author Christophe Boulain <Christophe.Boulain@gmail.com>
- * @package System.Web.UI.WebControls
+ * @package Prado\Web\UI\WebControls
* @since 3.1.1
*/
class TSliderDirection extends TEnumerable