summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/velocity.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/velocity.h')
-rw-r--r--muse2/muse/widgets/velocity.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/muse2/muse/widgets/velocity.h b/muse2/muse/widgets/velocity.h
index ad8a3b8d..cf5b2779 100644
--- a/muse2/muse/widgets/velocity.h
+++ b/muse2/muse/widgets/velocity.h
@@ -13,26 +13,10 @@
class QButtonGroup;
//---------------------------------------------------------
-// VelocityBaseWidget
-// Wrapper around Ui::VelocityBase
-//---------------------------------------------------------
-
-class VelocityBaseWidget : public QDialog, public Ui::VelocityBase
-{
- Q_OBJECT
-
- public:
- VelocityBaseWidget(QDialog *parent = 0)
- : QDialog(parent)
- { setupUi(this); }
-};
-
-
-//---------------------------------------------------------
// Velocity
//---------------------------------------------------------
-class Velocity : public VelocityBaseWidget {
+class Velocity : public QDialog, public Ui::VelocityBase {
int _range;
int _rateVal;
int _offsetVal;