summaryrefslogtreecommitdiff
path: root/src/gui/base/widgets/textbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/base/widgets/textbox.cpp')
-rw-r--r--src/gui/base/widgets/textbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/base/widgets/textbox.cpp b/src/gui/base/widgets/textbox.cpp
index 411fc7dd5..c146c4f08 100644
--- a/src/gui/base/widgets/textbox.cpp
+++ b/src/gui/base/widgets/textbox.cpp
@@ -81,7 +81,7 @@ namespace gcn
TextBox::TextBox() :
gcn::Widget(),
gcn::MouseListener(),
- gcn::KeyListener(),
+ KeyListener(),
mTextRows(),
mCaretColumn(0),
mCaretRow(0),
@@ -99,7 +99,7 @@ namespace gcn
TextBox::TextBox(const std::string& text) :
gcn::Widget(),
gcn::MouseListener(),
- gcn::KeyListener(),
+ KeyListener(),
mTextRows(),
mCaretColumn(0),
mCaretRow(0),