From d69d85f06fa6dc22ac4c7789e4140e32d119a7f1 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 7 Apr 2009 23:47:57 +0200 Subject: Moved basic widgets into the gui/widgets directory In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up. --- src/gui/chatinput.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/gui/chatinput.h') diff --git a/src/gui/chatinput.h b/src/gui/chatinput.h index 3bc16928..c76802bc 100644 --- a/src/gui/chatinput.h +++ b/src/gui/chatinput.h @@ -22,9 +22,7 @@ #ifndef CHATINPUT_H #define CHATINPUT_H -#include - -#include "textfield.h" +#include "gui/widgets/textfield.h" #include @@ -34,9 +32,6 @@ class ChatInput : public TextField, public gcn::FocusListener { public: - /** - * Constructor. - */ ChatInput(); /** -- cgit v1.2.3-60-g2f50