From 2d045c571308af33c93bdc9766a627ef1db6abaf Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 21 Jun 2008 01:22:14 +0000 Subject: [FIX] Using cmake now (still is rough) [FIX] Some SVN flags were incorrect [FIX] Qt includes now use the module path as well [FIX] Models now have drag/drop actions methods as const [FIX] Library classes now exported [FIX] qmake files removed git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@213 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemodr/models/MapEffectModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokemodr/models/MapEffectModel.cpp') diff --git a/pokemodr/models/MapEffectModel.cpp b/pokemodr/models/MapEffectModel.cpp index 7e30640b..6370336a 100644 --- a/pokemodr/models/MapEffectModel.cpp +++ b/pokemodr/models/MapEffectModel.cpp @@ -29,7 +29,7 @@ #include "../../pokemod/MapEffect.h" // Qt includes -#include +#include // KDE includes #include -- cgit