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

@@ -1,5 +1,5 @@
/*
* LedCheckbox.h - class LedCheckBox, an improved QCheckBox
* LedCheckBox.h - class LedCheckBox, an improved QCheckBox
*
* Copyright (c) 2005-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*

View File

@@ -31,7 +31,7 @@
#include "AudioDevice.h"
#include "AudioDeviceSetupWidget.h"
#include "LedCheckbox.h"
#include "LedCheckBox.h"
#include "lmmsconfig.h"
#include "MidiClient.h"
#include "MidiSetupWidget.h"