diff options
Diffstat (limited to 'src/gui/base/widgets/textbox.hpp')
-rw-r--r-- | src/gui/base/widgets/textbox.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/base/widgets/textbox.hpp b/src/gui/base/widgets/textbox.hpp index 151af8c00..148b4f007 100644 --- a/src/gui/base/widgets/textbox.hpp +++ b/src/gui/base/widgets/textbox.hpp @@ -70,7 +70,7 @@ #include "listeners/keylistener.h" #include "listeners/mouselistener.h" -#include "gui/base/widget.hpp" +#include "gui/widgets/widget.h" namespace gcn { |