summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/MapWildListUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/widgets/MapWildListUI.cpp')
-rw-r--r--sigmodr/widgets/MapWildListUI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/widgets/MapWildListUI.cpp b/sigmodr/widgets/MapWildListUI.cpp
index 17839ca7..f1668941 100644
--- a/sigmodr/widgets/MapWildListUI.cpp
+++ b/sigmodr/widgets/MapWildListUI.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,7 +19,7 @@
#include "MapWildListUI.h"
// Sigmod includes
-#include "../sigmod/MapWildList.h"
+#include <sigmod/MapWildList.h>
Sigmodr::MapWildListUI::MapWildListUI(Sigmod::MapWildList* wildList, QWidget* parent) :
ObjectUI(parent)