LibGUI: Rename GAbstractColumnView to GAbstractTableView

This is to prevent confusion with GColumnsView, which is unrelated.
This commit is contained in:
Sergey Bugaev 2020-01-22 21:27:59 +03:00 committed by Andreas Kling
commit b6aae25244
Notes: sideshowbarker 2024-07-19 09:52:46 +09:00
7 changed files with 44 additions and 44 deletions

View file

@ -26,9 +26,9 @@
#pragma once
#include <LibGUI/GAbstractColumnView.h>
#include <LibGUI/GAbstractTableView.h>
class GTreeView : public GAbstractColumnView {
class GTreeView : public GAbstractTableView {
C_OBJECT(GTreeView)
public:
virtual ~GTreeView() override;