summaryrefslogtreecommitdiff
path: root/Applications/Calculator/CalculatorWidget.h
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/Calculator/CalculatorWidget.h
parent2e219255a2f062e9d7da0c9a306e84bde95db2fa (diff)
downloadserenity-6a9cc66b976653bf5f0440a6071b736d6d41c183.zip
LibGUI: Remove leading G from filenames
Diffstat (limited to 'Applications/Calculator/CalculatorWidget.h')
-rw-r--r--Applications/Calculator/CalculatorWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Calculator/CalculatorWidget.h b/Applications/Calculator/CalculatorWidget.h
index 8400ca756f..a1cc62584b 100644
--- a/Applications/Calculator/CalculatorWidget.h
+++ b/Applications/Calculator/CalculatorWidget.h
@@ -29,7 +29,7 @@
#include "Calculator.h"
#include "Keypad.h"
#include <AK/Vector.h>
-#include <LibGUI/GWidget.h>
+#include <LibGUI/Widget.h>
namespace GUI {
class Button;