mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
LibGfx: Rename from LibDraw :^)
This commit is contained in:
parent
11580babbf
commit
9ac94d393e
215 changed files with 291 additions and 291 deletions
|
@ -13,6 +13,6 @@ OBJS = \
|
|||
|
||||
PROGRAM = SystemMonitor
|
||||
|
||||
LIB_DEPS = GUI Draw Protocol PCIDB IPC Thread Pthread Core
|
||||
LIB_DEPS = GUI Gfx Protocol PCIDB IPC Thread Pthread Core
|
||||
|
||||
include ../../Makefile.common
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "GraphWidget.h"
|
||||
#include <AK/JsonObject.h>
|
||||
#include <LibCore/CFile.h>
|
||||
#include <LibDraw/StylePainter.h>
|
||||
#include <LibGfx/StylePainter.h>
|
||||
#include <LibGUI/GBoxLayout.h>
|
||||
#include <LibGUI/GLabel.h>
|
||||
#include <LibGUI/GPainter.h>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "ProcessTableView.h"
|
||||
#include "ProcessUnveiledPathsWidget.h"
|
||||
#include <LibCore/CTimer.h>
|
||||
#include <LibDraw/PNGLoader.h>
|
||||
#include <LibGfx/PNGLoader.h>
|
||||
#include <LibGUI/GAboutDialog.h>
|
||||
#include <LibGUI/GAction.h>
|
||||
#include <LibGUI/GActionGroup.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue