mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibCore: Move LibGUI/GObject to LibCore/CObject.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <LibGUI/GTextEditor.h>
|
||||
#include <stdio.h>
|
||||
|
||||
GInputBox::GInputBox(const String& prompt, const String& title, GObject* parent)
|
||||
GInputBox::GInputBox(const String& prompt, const String& title, CObject* parent)
|
||||
: GDialog(parent)
|
||||
, m_prompt(prompt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user