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/TextEditor/TextEditorWidget.h | |
parent | 2e219255a2f062e9d7da0c9a306e84bde95db2fa (diff) | |
download | serenity-6a9cc66b976653bf5f0440a6071b736d6d41c183.zip |
LibGUI: Remove leading G from filenames
Diffstat (limited to 'Applications/TextEditor/TextEditorWidget.h')
-rw-r--r-- | Applications/TextEditor/TextEditorWidget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Applications/TextEditor/TextEditorWidget.h b/Applications/TextEditor/TextEditorWidget.h index 57823c355f..aea7c4fddf 100644 --- a/Applications/TextEditor/TextEditorWidget.h +++ b/Applications/TextEditor/TextEditorWidget.h @@ -28,10 +28,10 @@ #include <AK/FileSystemPath.h> #include <AK/Function.h> -#include <LibGUI/GApplication.h> -#include <LibGUI/GTextEditor.h> -#include <LibGUI/GWidget.h> -#include <LibGUI/GWindow.h> +#include <LibGUI/Application.h> +#include <LibGUI/TextEditor.h> +#include <LibGUI/Widget.h> +#include <LibGUI/Window.h> namespace GUI { class Button; |