LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}

This commit is contained in:
Andreas Kling
2020-02-06 12:07:05 +01:00
parent 9ac94d393e
commit c39d44fc2e
46 changed files with 51 additions and 52 deletions

View File

@@ -26,7 +26,7 @@
#include "QSWidget.h"
#include <AK/URL.h>
#include <LibGfx/GraphicsBitmap.h>
#include <LibGfx/Bitmap.h>
#include <LibGUI/GMessageBox.h>
#include <LibGUI/GPainter.h>
#include <LibGUI/GWindow.h>