summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/MoveUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/widgets/MoveUI.cpp')
-rw-r--r--sigmodr/widgets/MoveUI.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/sigmodr/widgets/MoveUI.cpp b/sigmodr/widgets/MoveUI.cpp
index 17f9c2b2..6f1be4ff 100644
--- a/sigmodr/widgets/MoveUI.cpp
+++ b/sigmodr/widgets/MoveUI.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 "MoveUI.h"
// Sigmod includes
-#include "../sigmod/Move.h"
-#include "../sigmod/Sigmod.h"
-#include "../sigmod/Type.h"
+#include <sigmod/Move.h>
+#include <sigmod/Sigmod.h>
+#include <sigmod/Type.h>
Sigmodr::MoveUI::MoveUI(Sigmod::Move* move, QWidget* parent) :
ObjectUI(parent)