summaryrefslogtreecommitdiff
path: root/Applications/SoundPlayer/SoundPlayerWidget.h
diff options
context:
space:
mode:
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)