diff options
author | Andreas Kling <kling@serenityos.org> | 2020-02-06 20:33:02 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-06 20:33:02 +0100 |
commit | 6a9cc66b976653bf5f0440a6071b736d6d41c183 (patch) | |
tree | 538a7595db75641409ffb36fad9f31613812c9aa /Applications/Piano/KeysWidget.cpp | |
parent | 2e219255a2f062e9d7da0c9a306e84bde95db2fa (diff) | |
download | serenity-6a9cc66b976653bf5f0440a6071b736d6d41c183.zip |
LibGUI: Remove leading G from filenames
Diffstat (limited to 'Applications/Piano/KeysWidget.cpp')
-rw-r--r-- | Applications/Piano/KeysWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Piano/KeysWidget.cpp b/Applications/Piano/KeysWidget.cpp index aa8c951904..c048c6eb15 100644 --- a/Applications/Piano/KeysWidget.cpp +++ b/Applications/Piano/KeysWidget.cpp @@ -27,7 +27,7 @@ #include "KeysWidget.h" #include "AudioEngine.h" -#include <LibGUI/GPainter.h> +#include <LibGUI/Painter.h> KeysWidget::KeysWidget(GUI::Widget* parent, AudioEngine& audio_engine) : GUI::Frame(parent) |