1: <?php
2: /**
3: * QSlider
4: *
5: * Put your customizations of the standard behavior here.
6: *
7: * @package Controls
8: * @author
9: * @copyright 2011
10: * @version $Id$
11: * @access public
12: */
13:
14: /**
15: * @package Controls
16: * @author Qcubed
17: * @copyright
18: * @version 2011
19: * @access public
20: */
21:
22: class QSlider extends QSliderBase
23: {
24: }