diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 18:49:27 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-23 18:49:27 -0500 |
| commit | ae14caeff2938d3375c2bfe97ae3f81fde1e3f37 (patch) | |
| tree | baa53d2483ddfed2e8d5ac54f0230cb6fa36256d /sigmodr/widgets/MapWildListUI.cpp | |
| parent | 5db5087bb25a07fee28b0cc2dfc247a2ec2c8a5c (diff) | |
| download | sigen-ae14caeff2938d3375c2bfe97ae3f81fde1e3f37.tar.gz sigen-ae14caeff2938d3375c2bfe97ae3f81fde1e3f37.tar.xz sigen-ae14caeff2938d3375c2bfe97ae3f81fde1e3f37.zip | |
Fix includes in libsigmodrwidgets
Diffstat (limited to 'sigmodr/widgets/MapWildListUI.cpp')
| -rw-r--r-- | sigmodr/widgets/MapWildListUI.cpp | 4 |
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) |
