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/Taskbar/TaskbarButton.cpp | |
parent | 2e219255a2f062e9d7da0c9a306e84bde95db2fa (diff) | |
download | serenity-6a9cc66b976653bf5f0440a6071b736d6d41c183.zip |
LibGUI: Remove leading G from filenames
Diffstat (limited to 'Applications/Taskbar/TaskbarButton.cpp')
-rw-r--r-- | Applications/Taskbar/TaskbarButton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Applications/Taskbar/TaskbarButton.cpp b/Applications/Taskbar/TaskbarButton.cpp index 67321ae3b4..e5d7c1fbbd 100644 --- a/Applications/Taskbar/TaskbarButton.cpp +++ b/Applications/Taskbar/TaskbarButton.cpp @@ -25,8 +25,8 @@ */ #include "TaskbarButton.h" -#include <LibGUI/GAction.h> -#include <LibGUI/GWindowServerConnection.h> +#include <LibGUI/Action.h> +#include <LibGUI/WindowServerConnection.h> TaskbarButton::TaskbarButton(const WindowIdentifier& identifier, GUI::Widget* parent) : GUI::Button(parent) |