Rename automatable_slider to AutomatableSlider

This commit is contained in:
Lukas W
2014-11-26 01:23:04 +01:00
parent c33bef346a
commit 58ec27ef75
4 changed files with 22 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
/*
* automatable_slider.h - class automatableSlider, a QSlider with automation
* AutomatableSlider.h - class automatableSlider, a QSlider with automation
*
* Copyright (c) 2006-2008 Javier Serrano Polo <jasp00/at/users.sourceforge.net>
*
@@ -32,12 +32,12 @@
class automatableSlider : public QSlider, public IntModelView
class AutomatableSlider : public QSlider, public IntModelView
{
Q_OBJECT
public:
automatableSlider( QWidget * _parent, const QString & _name = QString::null );
virtual ~automatableSlider();
AutomatableSlider( QWidget * _parent, const QString & _name = QString::null );
virtual ~AutomatableSlider();
bool showStatus()
{

View File

@@ -32,7 +32,7 @@
class QLabel;
class QScrollBar;
class automatableSlider;
class AutomatableSlider;
class comboBox;
class LcdSpinBox;
class MeterDialog;
@@ -113,8 +113,8 @@ private:
Timeline * m_timeLine;
MeterDialog * m_timeSigDisplay;
automatableSlider * m_masterVolumeSlider;
automatableSlider * m_masterPitchSlider;
AutomatableSlider * m_masterVolumeSlider;
AutomatableSlider * m_masterPitchSlider;
textFloat * m_mvsStatus;
textFloat * m_mpsStatus;