summaryrefslogtreecommitdiff
path: root/Applications/SoundPlayer/SoundPlayerWidget.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-02-06 20:33:02 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-06 20:33:02 +0100
commit6a9cc66b976653bf5f0440a6071b736d6d41c183 (patch)
tree538a7595db75641409ffb36fad9f31613812c9aa /Applications/SoundPlayer/SoundPlayerWidget.h
parent2e219255a2f062e9d7da0c9a306e84bde95db2fa (diff)
downloadserenity-6a9cc66b976653bf5f0440a6071b736d6d41c183.zip
LibGUI: Remove leading G from filenames
Diffstat (limited to 'Applications/SoundPlayer/SoundPlayerWidget.h')
-rw-r--r--Applications/SoundPlayer/SoundPlayerWidget.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Applications/SoundPlayer/SoundPlayerWidget.h b/Applications/SoundPlayer/SoundPlayerWidget.h
index 8e6ca228d1..ef50e1fc20 100644
--- a/Applications/SoundPlayer/SoundPlayerWidget.h
+++ b/Applications/SoundPlayer/SoundPlayerWidget.h
@@ -28,11 +28,11 @@
#include "PlaybackManager.h"
#include "SampleWidget.h"
-#include <LibGUI/GButton.h>
-#include <LibGUI/GLabel.h>
-#include <LibGUI/GSlider.h>
-#include <LibGUI/GWidget.h>
-#include <LibGUI/GWindow.h>
+#include <LibGUI/Button.h>
+#include <LibGUI/Label.h>
+#include <LibGUI/Slider.h>
+#include <LibGUI/Widget.h>
+#include <LibGUI/Window.h>
class SoundPlayerWidget final : public GUI::Widget {
C_OBJECT(SoundPlayerWidget)