From 4e7a7c79f41a5aa509fa639f0d3e972ab7db6b06 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Feb 2014 15:43:12 +0300 Subject: Move Widget into gui/widgets directory. --- src/gui/widgets/browserbox.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/browserbox.h') diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index a33c69698..8202fa548 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -25,7 +25,8 @@ #define GUI_WIDGETS_BROWSERBOX_H #include "listeners/mouselistener.h" -#include "gui/base/widget.hpp" + +#include "gui/widgets/widget.h" #include #include @@ -100,7 +101,7 @@ class LinePart final * A simple browser box able to handle links and forward events to the * parent conteiner. */ -class BrowserBox final : public gcn::Widget, +class BrowserBox final : public Widget, public MouseListener { public: -- cgit v1.2.3-60-g2f50