LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection

The GEventLoop class is long gone, and the only class in these files is
GWindowServerConnection, so let's update the file names. :^)
This commit is contained in:
Andreas Kling 2019-11-08 11:39:45 +01:00
commit 8a024a3305
Notes: sideshowbarker 2024-07-19 11:19:48 +09:00
16 changed files with 22 additions and 26 deletions

View file

@ -5,7 +5,6 @@
#include <LibDraw/PNGLoader.h>
#include <LibGUI/GAction.h>
#include <LibGUI/GApplication.h>
#include <LibGUI/GEventLoop.h>
#include <LibGUI/GMenu.h>
#include <LibGUI/GMenuBar.h>
#include <LibGUI/GWindow.h>