diff options
Diffstat (limited to 'Userland/Services/Taskbar/TaskbarButton.cpp')
-rw-r--r-- | Userland/Services/Taskbar/TaskbarButton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/Taskbar/TaskbarButton.cpp b/Userland/Services/Taskbar/TaskbarButton.cpp index 00f4c0a6af..38e1923686 100644 --- a/Userland/Services/Taskbar/TaskbarButton.cpp +++ b/Userland/Services/Taskbar/TaskbarButton.cpp @@ -10,7 +10,7 @@ #include <LibGUI/ConnectionToWindowMangerServer.h> #include <LibGUI/ConnectionToWindowServer.h> #include <LibGUI/Painter.h> -#include <LibGfx/Font.h> +#include <LibGfx/Font/Font.h> #include <LibGfx/Palette.h> #include <LibGfx/StylePainter.h> |