diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 23:54:19 -0500 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 23:54:19 -0500 |
commit | e148ac26cccc21db9ac4ddfc7b5d0569fac02dcc (patch) | |
tree | 98e0424041ac2a4c8d00819aca720fc35535fb60 /sigmodr/tree/MapWildListModel.cpp | |
parent | 2619e1a200fb4c21bbd93ab81b938587961bcc57 (diff) | |
download | sigen-e148ac26cccc21db9ac4ddfc7b5d0569fac02dcc.tar.gz sigen-e148ac26cccc21db9ac4ddfc7b5d0569fac02dcc.tar.xz sigen-e148ac26cccc21db9ac4ddfc7b5d0569fac02dcc.zip |
Fixed headers in sigmodrtree
Diffstat (limited to 'sigmodr/tree/MapWildListModel.cpp')
-rw-r--r-- | sigmodr/tree/MapWildListModel.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sigmodr/tree/MapWildListModel.cpp b/sigmodr/tree/MapWildListModel.cpp index af24f99d..84caa2a7 100644 --- a/sigmodr/tree/MapWildListModel.cpp +++ b/sigmodr/tree/MapWildListModel.cpp @@ -18,17 +18,17 @@ // Header include #include "MapWildListModel.h" -// Model includes +// Sigmodr tree includes #include "MapWildListEncounterModel.h" #include "GroupModel.h" -// Sigmodr includes -#include "../MapWildListUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/MapWildListUI.h> // Sigmod includes -#include "../../sigmod/Map.h" -#include "../../sigmod/MapWildList.h" -#include "../../sigmod/MapWildListEncounter.h" +#include <sigmod/Map.h> +#include <sigmod/MapWildList.h> +#include <sigmod/MapWildListEncounter.h> // KDE includes #include <KMenu> |