summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/SpeciesMoveUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/widgets/SpeciesMoveUI.cpp')
-rw-r--r--sigmodr/widgets/SpeciesMoveUI.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/sigmodr/widgets/SpeciesMoveUI.cpp b/sigmodr/widgets/SpeciesMoveUI.cpp
index a10785ec..ae60a424 100644
--- a/sigmodr/widgets/SpeciesMoveUI.cpp
+++ b/sigmodr/widgets/SpeciesMoveUI.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,10 +19,10 @@
#include "SpeciesMoveUI.h"
// Sigmod includes
-#include "../sigmod/Move.h"
-#include "../sigmod/Rules.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/SpeciesMove.h"
+#include <sigmod/Move.h>
+#include <sigmod/Rules.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/SpeciesMove.h>
Sigmodr::SpeciesMoveUI::SpeciesMoveUI(Sigmod::SpeciesMove* move, QWidget* parent) :
ObjectUI(parent)