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/base/widgets/textbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/base/widgets/textbox.cpp') diff --git a/src/gui/base/widgets/textbox.cpp b/src/gui/base/widgets/textbox.cpp index bb22a6f46..04b506c59 100644 --- a/src/gui/base/widgets/textbox.cpp +++ b/src/gui/base/widgets/textbox.cpp @@ -76,7 +76,7 @@ namespace gcn { TextBox::TextBox(const Widget2 *const widget) : - gcn::Widget(widget), + Widget(widget), MouseListener(), KeyListener(), mTextRows(), @@ -95,7 +95,7 @@ namespace gcn TextBox::TextBox(const Widget2 *const widget, const std::string& text) : - gcn::Widget(widget), + Widget(widget), MouseListener(), KeyListener(), mTextRows(), -- cgit v1.2.3-60-g2f50