1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:47:44 +00:00

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
parent dec95cb8b3
commit b6aae25244
7 changed files with 44 additions and 44 deletions

View file

@ -35,7 +35,7 @@ OBJS = \
GDesktop.o \
GProgressBar.o \
GAbstractView.o \
GAbstractColumnView.o \
GAbstractTableView.o \
GItemView.o \
GIcon.o \
GFrame.o \