summaryrefslogtreecommitdiff
path: root/src/gui/windows/textcommandeditor.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-23 12:09:01 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-23 12:09:01 +0300
commitdf2ba2dd07a6358f9015af6a6549ef766f86a8fb (patch)
tree39dc20ba274d3873fbe0788582a36d163455abf7 /src/gui/windows/textcommandeditor.h
parent19fe9e002d10a6708de693e06748e56fba22890a (diff)
downloadplus-df2ba2dd07a6358f9015af6a6549ef766f86a8fb.tar.gz
plus-df2ba2dd07a6358f9015af6a6549ef766f86a8fb.tar.bz2
plus-df2ba2dd07a6358f9015af6a6549ef766f86a8fb.tar.xz
plus-df2ba2dd07a6358f9015af6a6549ef766f86a8fb.zip
Move iconsmodel into gui/models directory.
Diffstat (limited to 'src/gui/windows/textcommandeditor.h')
-rw-r--r--src/gui/windows/textcommandeditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/textcommandeditor.h b/src/gui/windows/textcommandeditor.h
index 3b5e239cd..de7f3b1a4 100644
--- a/src/gui/windows/textcommandeditor.h
+++ b/src/gui/windows/textcommandeditor.h
@@ -29,7 +29,7 @@
class Button;
class DropDown;
-class IconsModal;
+class IconsModel;
class IntTextField;
class Label;
class MagicSchoolModel;
@@ -83,7 +83,7 @@ class TextCommandEditor final : public Window,
TargetTypeModel *mTargetTypeModel;
Label *mTypeLabel;
DropDown *mTypeDropDown;
- IconsModal *mIconsModal;
+ IconsModel *mIconsModel;
Label *mIconLabel;
DropDown *mIconDropDown;
Label *mManaLabel;