summaryrefslogtreecommitdiff
path: root/LibGUI/GTableView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LibGUI/GTableView.cpp')
-rw-r--r--LibGUI/GTableView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibGUI/GTableView.cpp b/LibGUI/GTableView.cpp
index 83aae0d87a..4a29e269a4 100644
--- a/LibGUI/GTableView.cpp
+++ b/LibGUI/GTableView.cpp
@@ -7,8 +7,8 @@
GTableView::GTableView(GWidget* parent)
: GAbstractView(parent)
{
- set_frame_shape(GFrame::Shape::Container);
- set_frame_shadow(GFrame::Shadow::Sunken);
+ set_frame_shape(FrameShape::Container);
+ set_frame_shadow(FrameShadow::Sunken);
set_frame_thickness(2);
}