Rename automatable_button to AutomatableButton

This commit is contained in:
Lukas W
2014-11-26 01:21:42 +01:00
parent ac95123d41
commit c33bef346a
11 changed files with 37 additions and 37 deletions

View File

@@ -34,7 +34,7 @@
#include "SampleBuffer.h"
#include "knob.h"
#include "pixmap_button.h"
#include "automatable_button.h"
#include "AutomatableButton.h"
#include "combobox.h"

View File

@@ -29,7 +29,7 @@
*/
#include "lb302.h"
#include "automatable_button.h"
#include "AutomatableButton.h"
#include "Engine.h"
#include "InstrumentPlayHandle.h"
#include "InstrumentTrack.h"

View File

@@ -30,7 +30,7 @@
#include "Instrument.h"
#include "InstrumentView.h"
#include "AutomatableModel.h"
#include "automatable_button.h"
#include "AutomatableButton.h"
#include "TempoSyncKnob.h"
#include "NotePlayHandle.h"
#include "pixmap_button.h"

View File

@@ -28,7 +28,7 @@
#include "Instrument.h"
#include "InstrumentView.h"
#include "AutomatableModel.h"
#include "automatable_button.h"
#include "AutomatableButton.h"
#include "TempoSyncKnob.h"
#include "NotePlayHandle.h"
#include "pixmap_button.h"

View File

@@ -28,7 +28,7 @@
#include <QPainter>
#include "TripleOscillator.h"
#include "automatable_button.h"
#include "AutomatableButton.h"
#include "debug.h"
#include "Engine.h"
#include "InstrumentTrack.h"

View File

@@ -30,7 +30,7 @@
#include "InstrumentView.h"
#include "graph.h"
#include "AutomatableModel.h"
#include "automatable_button.h"
#include "AutomatableButton.h"
#include "TempoSyncKnob.h"
#include "NotePlayHandle.h"
#include "pixmap_button.h"