mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
HackStudio: Rename TextDocument => ProjectFile
TextDocument was not the right name, and got even more confusing with the addition of GTextDocument in LibGUI.
This commit is contained in:
parent
45e0c841ad
commit
b81f6f2c43
5 changed files with 15 additions and 15 deletions
|
@ -2,7 +2,7 @@ include ../../Makefile.common
|
|||
|
||||
OBJS = \
|
||||
Project.o \
|
||||
TextDocument.o \
|
||||
ProjectFile.o \
|
||||
TerminalWrapper.o \
|
||||
FindInFilesWidget.o \
|
||||
ProcessStateWidget.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue