diff options
author | Itamar <itamar8910@gmail.com> | 2022-02-25 12:39:33 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-02-25 22:35:12 +0100 |
commit | 935d0239676a6d71e3f7fc4d7e37c15d4b1fa6f5 (patch) | |
tree | 651928926497d516331807724ff448346996538e /Userland/Applications/DisplaySettings/BackgroundSettingsWidget.cpp | |
parent | af132fdbd183f82a55a8c03e1e1d2ba275f41067 (diff) | |
download | serenity-935d0239676a6d71e3f7fc4d7e37c15d4b1fa6f5.zip |
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
This was done with CLion's automatic rename feature.
Diffstat (limited to 'Userland/Applications/DisplaySettings/BackgroundSettingsWidget.cpp')
-rw-r--r-- | Userland/Applications/DisplaySettings/BackgroundSettingsWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/DisplaySettings/BackgroundSettingsWidget.cpp b/Userland/Applications/DisplaySettings/BackgroundSettingsWidget.cpp index 0a7e222cc6..d4c9fdc060 100644 --- a/Userland/Applications/DisplaySettings/BackgroundSettingsWidget.cpp +++ b/Userland/Applications/DisplaySettings/BackgroundSettingsWidget.cpp @@ -16,13 +16,13 @@ #include <LibGUI/Button.h> #include <LibGUI/Clipboard.h> #include <LibGUI/ComboBox.h> +#include <LibGUI/ConnectionToWindowServer.h> #include <LibGUI/Desktop.h> #include <LibGUI/FilePicker.h> #include <LibGUI/FileSystemModel.h> #include <LibGUI/IconView.h> #include <LibGUI/ItemListModel.h> #include <LibGUI/MessageBox.h> -#include <LibGUI/WindowServerConnection.h> #include <LibGfx/Palette.h> #include <LibGfx/SystemTheme.h> |