summaryrefslogtreecommitdiff
path: root/src/gui/base/widgets/checkbox.hpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-15 23:58:22 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-15 23:58:22 +0300
commit768523601ff80a23bf3e821484cc116c62498a38 (patch)
tree45bcf588111d58755b78cfd900db0b8cdfaecdea /src/gui/base/widgets/checkbox.hpp
parent01d93aedcc4d1632ff5915c3989a502ec31cd978 (diff)
downloadManaVerse-768523601ff80a23bf3e821484cc116c62498a38.tar.gz
ManaVerse-768523601ff80a23bf3e821484cc116c62498a38.tar.bz2
ManaVerse-768523601ff80a23bf3e821484cc116c62498a38.tar.xz
ManaVerse-768523601ff80a23bf3e821484cc116c62498a38.zip
move keylistener from base into listeners.
Diffstat (limited to 'src/gui/base/widgets/checkbox.hpp')
-rw-r--r--src/gui/base/widgets/checkbox.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/base/widgets/checkbox.hpp b/src/gui/base/widgets/checkbox.hpp
index c9b723879..4904a022f 100644
--- a/src/gui/base/widgets/checkbox.hpp
+++ b/src/gui/base/widgets/checkbox.hpp
@@ -66,8 +66,9 @@
#include <string>
-#include "gui/base/keylistener.hpp"
+#include "listeners/keylistener.h"
#include "gui/base/mouselistener.hpp"
+
#include "gui/base/widget.hpp"
namespace gcn