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/MapWarpModel.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/MapWarpModel.cpp')
-rw-r--r-- | sigmodr/tree/MapWarpModel.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sigmodr/tree/MapWarpModel.cpp b/sigmodr/tree/MapWarpModel.cpp index f61df5c0..074a82b0 100644 --- a/sigmodr/tree/MapWarpModel.cpp +++ b/sigmodr/tree/MapWarpModel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,15 +18,15 @@ // Header include #include "MapWarpModel.h" -// Model includes +// Sigmodr tree includes #include "GroupModel.h" -// Sigmodr includes -#include "../MapWarpUI.h" +// Sigmodr widget includes +#include <sigmodr/widgets/MapWarpUI.h> // Sigmod includes -#include "../../sigmod/Map.h" -#include "../../sigmod/MapWarp.h" +#include <sigmod/Map.h> +#include <sigmod/MapWarp.h> // KDE includes #include <KMenu> |