From 1a28393dabf4f4696bf433ddde52e7a25253c955 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Oct 2008 16:34:15 +0000 Subject: various user interface related updates --- src/client/chat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/chat.h') diff --git a/src/client/chat.h b/src/client/chat.h index f076075..c7232a9 100644 --- a/src/client/chat.h +++ b/src/client/chat.h @@ -10,7 +10,7 @@ #include #include -#include "ui/input.h" +#include "ui/inputbox.h" #include "ui/label.h" #include "ui/window.h" @@ -34,7 +34,7 @@ protected: private: ui::Label *chat_label; - ui::Input *chat_input; + ui::InputBox *chat_input; typedef std::deque History; -- cgit v1.2.3