summaryrefslogtreecommitdiff
path: root/Applications/Taskbar/TaskbarButton.cpp
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-11-08 11:39:45 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-11-08 11:40:25 +0100
commit8a024a33053cc7c54e9ea365b4538b88e1e1898f (patch)
treea7f9e99e756ec8d0eeecc8342e52c97181347016 /Applications/Taskbar/TaskbarButton.cpp
parent69883bea6f0b447b3abfd63bc7289ced87526675 (diff)
downloadserenity-8a024a33053cc7c54e9ea365b4538b88e1e1898f.zip
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. :^)
Diffstat (limited to 'Applications/Taskbar/TaskbarButton.cpp')
-rw-r--r--Applications/Taskbar/TaskbarButton.cpp2
1 files changed, 1 insertions, 1 deletions
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 <LibGUI/GAction.h>
-#include <LibGUI/GEventLoop.h>
+#include <LibGUI/GWindowServerConnection.h>
#include <WindowServer/WSAPITypes.h>
TaskbarButton::TaskbarButton(const WindowIdentifier& identifier, GWidget* parent)