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

@@ -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"