Rename LedCheckbox to LedCheckBox in filenames

Justification: The class is named `LedCheckBox`, and other files follow
the casing of the classes, too.
This commit is contained in:
Johannes Lorenz
2022-03-19 09:13:21 +01:00
committed by Johannes Lorenz
parent 4dc04a612a
commit 54bee2272e
31 changed files with 32 additions and 32 deletions

View File

@@ -30,7 +30,7 @@
#include "BitcrushControlDialog.h"
#include "BitcrushControls.h"
#include "ToolTip.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "Knob.h"
BitcrushControlDialog::BitcrushControlDialog( BitcrushControls * controls ) :

View File

@@ -29,7 +29,7 @@
#include "CrossoverEQControls.h"
#include "embed.h"
#include "ToolTip.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "Knob.h"
#include "Fader.h"

View File

@@ -27,7 +27,7 @@
#include "DualFilterControlDialog.h"
#include "DualFilterControls.h"
#include "Knob.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "ComboBox.h"
#include "ToolTip.h"
#include "gui_templates.h"

View File

@@ -30,7 +30,7 @@
#include "AutomatableButton.h"
#include "embed.h"
#include "Knob.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "PixmapButton.h"
#include "EqControls.h"

View File

@@ -26,7 +26,7 @@
#include "embed.h"
#include "FlangerControls.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "TempoSyncKnob.h"

View File

@@ -37,7 +37,7 @@
#include "InstrumentView.h"
#include "Knob.h"
#include "LcdSpinBox.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "MemoryManager.h"
#include "gig.h"

View File

@@ -35,7 +35,7 @@
#include "LadspaControls.h"
#include "LadspaControlDialog.h"
#include "LadspaControlView.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"

View File

@@ -29,7 +29,7 @@
#include "embed.h"
#include "Graph.h"
#include "ToolTip.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "Knob.h"
#include "TempoSyncKnob.h"
#include "LcdSpinBox.h"

View File

@@ -33,7 +33,7 @@
#include "ComboBox.h"
#include "ComboBoxModel.h"
#include "Knob.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "PixmapButton.h"
#include "SaControls.h"
#include "SaProcessor.h"

View File

@@ -29,7 +29,7 @@
#include <QVBoxLayout>
#include "Knob.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "VecControls.h"
#include "Vectorscope.h"
#include "VectorView.h"

View File

@@ -33,7 +33,7 @@
#include "GuiApplication.h"
#include "InstrumentTrack.h"
#include "Knob.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "MainWindow.h"
#include "NotePlayHandle.h"
#include "PixmapButton.h"

View File

@@ -32,7 +32,7 @@
#include "Graph.h"
#include "InstrumentTrack.h"
#include "Knob.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "NotePlayHandle.h"
#include "PixmapButton.h"
#include "ToolTip.h"

View File

@@ -32,7 +32,7 @@
#include "Engine.h"
#include "InstrumentTrack.h"
#include "Knob.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "NotePlayHandle.h"
#include "KickerOsc.h"
#include "TempoSyncKnob.h"

View File

@@ -38,7 +38,7 @@
#include "InstrumentPlayHandle.h"
#include "InstrumentTrack.h"
#include "Knob.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "NotePlayHandle.h"
#include "Oscillator.h"
#include "PixmapButton.h"

View File

@@ -32,7 +32,7 @@
#include "peak_controller_effect_control_dialog.h"
#include "peak_controller_effect_controls.h"
#include "Knob.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "embed.h"

View File

@@ -34,7 +34,7 @@
#include "InstrumentView.h"
#include "Knob.h"
#include "NotePlayHandle.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
// As of Stk 4.4 all classes and types have been moved to the namespace "stk".
// However in older versions this namespace does not exist, therefore declare it

View File

@@ -31,7 +31,7 @@
#include "Graph.h"
#include "InstrumentTrack.h"
#include "Knob.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "NotePlayHandle.h"
#include "PixmapButton.h"
#include "ToolTip.h"

View File

@@ -32,7 +32,7 @@
#include "Knob.h"
#include "PixmapButton.h"
#include "ToolTip.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
waveShaperControlDialog::waveShaperControlDialog(

View File

@@ -36,7 +36,7 @@
#include "ConfigManager.h"
#include "Engine.h"
#include "Knob.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "DataFile.h"
#include "InstrumentPlayHandle.h"
#include "InstrumentTrack.h"