diff options
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; |