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

Rename CBitmap to CharacterBitmap.

This commit is contained in:
Andreas Kling 2019-01-10 05:41:49 +01:00
parent 305aa25aae
commit e180e2553a
10 changed files with 33 additions and 33 deletions

View file

@ -1,7 +1,7 @@
#include "TextBox.h"
#include "Painter.h"
#include "Font.h"
#include "CBitmap.h"
#include "CharacterBitmap.h"
#include <AK/StdLibExtras.h>
TextBox::TextBox(Widget* parent)