diff options
Diffstat (limited to 'sigmodr/widgets/MapWarpUI.cpp')
-rw-r--r-- | sigmodr/widgets/MapWarpUI.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sigmodr/widgets/MapWarpUI.cpp b/sigmodr/widgets/MapWarpUI.cpp index ffb054b5..4939bc14 100644 --- a/sigmodr/widgets/MapWarpUI.cpp +++ b/sigmodr/widgets/MapWarpUI.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 @@ -19,9 +19,9 @@ #include "MapWarpUI.h" // Sigmod includes -#include "../sigmod/Map.h" -#include "../sigmod/MapWarp.h" -#include "../sigmod/Sigmod.h" +#include <sigmod/Map.h> +#include <sigmod/MapWarp.h> +#include <sigmod/Sigmod.h> Sigmodr::MapWarpUI::MapWarpUI(Sigmod::MapWarp* warp, QWidget* parent) : ObjectUI(parent), |