summaryrefslogtreecommitdiff
path: root/src/gui/widgets/spellshortcutcontainer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-30 15:01:42 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-30 15:01:42 +0300
commit64781090e80fa93a43ce37f0705bbb1cf22ed8bf (patch)
tree6932ff7f29b4a1e1fe2f3834592587c33d7c4651 /src/gui/widgets/spellshortcutcontainer.cpp
parent25d77892d72d455f8a89372687db45aefbc61cec (diff)
downloadplus-64781090e80fa93a43ce37f0705bbb1cf22ed8bf.tar.gz
plus-64781090e80fa93a43ce37f0705bbb1cf22ed8bf.tar.bz2
plus-64781090e80fa93a43ce37f0705bbb1cf22ed8bf.tar.xz
plus-64781090e80fa93a43ce37f0705bbb1cf22ed8bf.zip
move popups into popups directory.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.cpp')
-rw-r--r--src/gui/widgets/spellshortcutcontainer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp
index 8e77d3215..648a493b1 100644
--- a/src/gui/widgets/spellshortcutcontainer.cpp
+++ b/src/gui/widgets/spellshortcutcontainer.cpp
@@ -27,9 +27,10 @@
#include "itemshortcut.h"
#include "spellshortcut.h"
-#include "gui/spellpopup.h"
#include "gui/viewport.h"
+#include "gui/popups/spellpopup.h"
+
#include "gui/windows/inventorywindow.h"
#include "gui/windows/shortcutwindow.h"