From 5fc6d9e0f9637e3aaa71972478bee9febbe78ca7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Feb 2014 16:26:52 +0300 Subject: Move listmodel into gui/modesl directory. --- src/gui/windows/textcommandeditor.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/windows/textcommandeditor.cpp') diff --git a/src/gui/windows/textcommandeditor.cpp b/src/gui/windows/textcommandeditor.cpp index 82d1c9ef6..358077021 100644 --- a/src/gui/windows/textcommandeditor.cpp +++ b/src/gui/windows/textcommandeditor.cpp @@ -27,7 +27,7 @@ #include "input/keyboardconfig.h" -#include "gui/base/listmodel.hpp" +#include "gui/models/listmodel.h" #include "gui/widgets/button.h" #include "gui/widgets/dropdown.h" @@ -44,7 +44,7 @@ #include "debug.h" -class IconsModal final : public gcn::ListModel +class IconsModal final : public ListModel { public: IconsModal() : @@ -121,7 +121,7 @@ const char *MAGIC_SCHOOL_TEXT[6] = N_("Astral Magic") }; -class TargetTypeModel final : public gcn::ListModel +class TargetTypeModel final : public ListModel { public: ~TargetTypeModel() @@ -140,7 +140,7 @@ public: } }; -class MagicSchoolModel final : public gcn::ListModel +class MagicSchoolModel final : public ListModel { public: ~MagicSchoolModel() -- cgit v1.2.3-70-g09d2