summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-14 02:19:35 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-14 02:19:35 +0300
commit0efc9d93b7ef5e3a9169b2a68a1f655a0fd9979f (patch)
treed2bb3c83cf3b42b5675cab820542940703d0e19e /src/gui
parent55a6d5e67d528910f94c0e20c497cd6042aff81e (diff)
downloadmv-0efc9d93b7ef5e3a9169b2a68a1f655a0fd9979f.tar.gz
mv-0efc9d93b7ef5e3a9169b2a68a1f655a0fd9979f.tar.bz2
mv-0efc9d93b7ef5e3a9169b2a68a1f655a0fd9979f.tar.xz
mv-0efc9d93b7ef5e3a9169b2a68a1f655a0fd9979f.zip
Move skillconsts from resources int consts directory.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/widgets/itemshortcutcontainer.cpp2
-rw-r--r--src/gui/widgets/skilllistbox.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/itemshortcutcontainer.cpp b/src/gui/widgets/itemshortcutcontainer.cpp
index 4e14fa8c5..4bcc5cd80 100644
--- a/src/gui/widgets/itemshortcutcontainer.cpp
+++ b/src/gui/widgets/itemshortcutcontainer.cpp
@@ -48,7 +48,7 @@
#include "input/inputactionoperators.h"
-#include "resources/skillconsts.h"
+#include "const/resources/skill.h"
#include "utils/stringutils.h"
diff --git a/src/gui/widgets/skilllistbox.h b/src/gui/widgets/skilllistbox.h
index 20cc8d885..f1a8de8be 100644
--- a/src/gui/widgets/skilllistbox.h
+++ b/src/gui/widgets/skilllistbox.h
@@ -39,7 +39,7 @@
#include "utils/delete2.h"
-#include "resources/skillconsts.h"
+#include "const/resources/skill.h"
#include "localconsts.h"