mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibGUI: Remove leading G from filenames
This commit is contained in:
parent
2e219255a2
commit
6a9cc66b97
316 changed files with 965 additions and 966 deletions
|
@ -25,8 +25,8 @@
|
|||
*/
|
||||
|
||||
#include "TaskbarButton.h"
|
||||
#include <LibGUI/GAction.h>
|
||||
#include <LibGUI/GWindowServerConnection.h>
|
||||
#include <LibGUI/Action.h>
|
||||
#include <LibGUI/WindowServerConnection.h>
|
||||
|
||||
TaskbarButton::TaskbarButton(const WindowIdentifier& identifier, GUI::Widget* parent)
|
||||
: GUI::Button(parent)
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "WindowIdentifier.h"
|
||||
#include <LibGUI/GButton.h>
|
||||
#include <LibGUI/Button.h>
|
||||
|
||||
class TaskbarButton final : public GUI::Button {
|
||||
C_OBJECT(TaskbarButton)
|
||||
|
|
|
@ -28,11 +28,11 @@
|
|||
#include "TaskbarButton.h"
|
||||
#include <AK/SharedBuffer.h>
|
||||
#include <LibCore/ConfigFile.h>
|
||||
#include <LibGUI/GBoxLayout.h>
|
||||
#include <LibGUI/GButton.h>
|
||||
#include <LibGUI/GDesktop.h>
|
||||
#include <LibGUI/GFrame.h>
|
||||
#include <LibGUI/GWindow.h>
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
#include <LibGUI/Button.h>
|
||||
#include <LibGUI/Desktop.h>
|
||||
#include <LibGUI/Frame.h>
|
||||
#include <LibGUI/Window.h>
|
||||
#include <stdio.h>
|
||||
|
||||
//#define EVENT_DEBUG
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
*/
|
||||
|
||||
#include "WindowList.h"
|
||||
#include <LibGUI/GWidget.h>
|
||||
#include <LibGUI/GWindow.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
#include <LibGUI/Window.h>
|
||||
|
||||
class TaskbarWindow final : public GUI::Window {
|
||||
C_OBJECT(TaskbarWindow)
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
#include "WindowList.h"
|
||||
#include <LibGUI/GWindowServerConnection.h>
|
||||
#include <LibGUI/WindowServerConnection.h>
|
||||
|
||||
WindowList& WindowList::the()
|
||||
{
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "WindowIdentifier.h"
|
||||
#include <AK/String.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <LibGUI/GButton.h>
|
||||
#include <LibGUI/Button.h>
|
||||
#include <LibGfx/Rect.h>
|
||||
|
||||
class Window {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
#include "TaskbarWindow.h"
|
||||
#include <LibGUI/GApplication.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue