From 0d73f54f842a9690c65faedf094112017fd07430 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 16 Feb 2014 12:22:47 +0300 Subject: move actionevent into events directory. --- src/listeners/actionlistener.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/listeners') diff --git a/src/listeners/actionlistener.h b/src/listeners/actionlistener.h index ee3154f80..b22e5abc6 100644 --- a/src/listeners/actionlistener.h +++ b/src/listeners/actionlistener.h @@ -66,7 +66,7 @@ #include -#include "gui/base/actionevent.hpp" +#include "events/actionevent.h" /** * Interface for listening for action events from widgets. @@ -93,7 +93,7 @@ class ActionListener * @param actionEvent The event of the action. * @since 0.6.0 */ - virtual void action(const gcn::ActionEvent &actionEvent) = 0; + virtual void action(const ActionEvent &actionEvent) = 0; protected: /** -- cgit v1.2.3-60-g2f50