summaryrefslogtreecommitdiff
path: root/Applications/FontEditor/GlyphEditorWidget.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-02-06 20:33:02 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-06 20:33:02 +0100
commit6a9cc66b976653bf5f0440a6071b736d6d41c183 (patch)
tree538a7595db75641409ffb36fad9f31613812c9aa /Applications/FontEditor/GlyphEditorWidget.cpp
parent2e219255a2f062e9d7da0c9a306e84bde95db2fa (diff)
downloadserenity-6a9cc66b976653bf5f0440a6071b736d6d41c183.zip
LibGUI: Remove leading G from filenames
Diffstat (limited to 'Applications/FontEditor/GlyphEditorWidget.cpp')
-rw-r--r--Applications/FontEditor/GlyphEditorWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/FontEditor/GlyphEditorWidget.cpp b/Applications/FontEditor/GlyphEditorWidget.cpp
index 3fc9ccffc5..8dbb0de9a8 100644
--- a/Applications/FontEditor/GlyphEditorWidget.cpp
+++ b/Applications/FontEditor/GlyphEditorWidget.cpp
@@ -25,7 +25,7 @@
*/
#include "GlyphEditorWidget.h"
-#include <LibGUI/GPainter.h>
+#include <LibGUI/Painter.h>
GlyphEditorWidget::GlyphEditorWidget(Gfx::Font& mutable_font, GUI::Widget* parent)
: GUI::Frame(parent)