From 8a024a33053cc7c54e9ea365b4538b88e1e1898f Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 8 Nov 2019 11:39:45 +0100 Subject: 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. :^) --- Applications/Taskbar/TaskbarButton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Applications/Taskbar/TaskbarButton.cpp') diff --git a/Applications/Taskbar/TaskbarButton.cpp b/Applications/Taskbar/TaskbarButton.cpp index 2838ebcf22..4951e740de 100644 --- a/Applications/Taskbar/TaskbarButton.cpp +++ b/Applications/Taskbar/TaskbarButton.cpp @@ -1,6 +1,6 @@ #include "TaskbarButton.h" #include -#include +#include #include TaskbarButton::TaskbarButton(const WindowIdentifier& identifier, GWidget* parent) -- cgit v1.2.3