summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer/SoundPlayerWidgetAdvancedView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/SoundPlayer/SoundPlayerWidgetAdvancedView.h')
-rw-r--r--Userland/Applications/SoundPlayer/SoundPlayerWidgetAdvancedView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Applications/SoundPlayer/SoundPlayerWidgetAdvancedView.h b/Userland/Applications/SoundPlayer/SoundPlayerWidgetAdvancedView.h
index f06edc6001..c82ea44943 100644
--- a/Userland/Applications/SoundPlayer/SoundPlayerWidgetAdvancedView.h
+++ b/Userland/Applications/SoundPlayer/SoundPlayerWidgetAdvancedView.h
@@ -12,7 +12,7 @@
#include "Player.h"
#include "VisualizationWidget.h"
#include <AK/NonnullRefPtr.h>
-#include <LibAudio/ClientConnection.h>
+#include <LibAudio/ConnectionFromClient.h>
#include <LibGUI/Splitter.h>
#include <LibGUI/Widget.h>
@@ -50,7 +50,7 @@ protected:
void keydown_event(GUI::KeyEvent&) override;
private:
- SoundPlayerWidgetAdvancedView(GUI::Window&, Audio::ClientConnection&);
+ SoundPlayerWidgetAdvancedView(GUI::Window&, Audio::ConnectionFromClient&);
void sync_previous_next_buttons();