diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 12:09:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 12:09:01 +0300 |
commit | df2ba2dd07a6358f9015af6a6549ef766f86a8fb (patch) | |
tree | 39dc20ba274d3873fbe0788582a36d163455abf7 /src/gui/windows/textcommandeditor.h | |
parent | 19fe9e002d10a6708de693e06748e56fba22890a (diff) | |
download | plus-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.h | 4 |
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; |