summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/FormEditorWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/DevTools/HackStudio/FormEditorWidget.h')
-rw-r--r--Userland/DevTools/HackStudio/FormEditorWidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/DevTools/HackStudio/FormEditorWidget.h b/Userland/DevTools/HackStudio/FormEditorWidget.h
index 4975877674..56957a8901 100644
--- a/Userland/DevTools/HackStudio/FormEditorWidget.h
+++ b/Userland/DevTools/HackStudio/FormEditorWidget.h
@@ -7,7 +7,7 @@
#pragma once
#include <AK/HashTable.h>
-#include <LibGUI/ScrollableWidget.h>
+#include <LibGUI/AbstractScrollableWidget.h>
namespace HackStudio {
@@ -15,7 +15,7 @@ class FormWidget;
class Tool;
class WidgetTreeModel;
-class FormEditorWidget final : public GUI::ScrollableWidget {
+class FormEditorWidget final : public GUI::AbstractScrollableWidget {
C_OBJECT(FormEditorWidget)
public:
virtual ~FormEditorWidget() override;