summaryrefslogtreecommitdiff
path: root/src/gui/widgets/layouthelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-16 01:05:05 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-16 01:05:05 +0300
commitc57791d0fc6833d2ec72a40400d9039030f7cc96 (patch)
tree4388032afb45573614239bd420a238c322421abd /src/gui/widgets/layouthelper.h
parent9bca06b1c7c121f410766ad99b91075902ce24c7 (diff)
downloadplus-c57791d0fc6833d2ec72a40400d9039030f7cc96.tar.gz
plus-c57791d0fc6833d2ec72a40400d9039030f7cc96.tar.bz2
plus-c57791d0fc6833d2ec72a40400d9039030f7cc96.tar.xz
plus-c57791d0fc6833d2ec72a40400d9039030f7cc96.zip
move widgetlistener from base into listeners.
Diffstat (limited to 'src/gui/widgets/layouthelper.h')
-rw-r--r--src/gui/widgets/layouthelper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/layouthelper.h b/src/gui/widgets/layouthelper.h
index 1a3a3a69f..bdd923560 100644
--- a/src/gui/widgets/layouthelper.h
+++ b/src/gui/widgets/layouthelper.h
@@ -25,14 +25,14 @@
#include "gui/widgets/layout.h"
-#include "gui/base/widgetlistener.hpp"
+#include "listeners/widgetlistener.h"
/**
* A helper class for adding a layout to a Guichan container widget. The layout
* will register itself as a widget listener and relayout the widgets in the
* container dynamically on resize.
*/
-class LayoutHelper final : public gcn::WidgetListener
+class LayoutHelper final : public WidgetListener
{
public:
/**