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 --- pokemod/CoinList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokemod/CoinList.cpp') diff --git a/pokemod/CoinList.cpp b/pokemod/CoinList.cpp index 04ae14b9..c15a1585 100644 --- a/pokemod/CoinList.cpp +++ b/pokemod/CoinList.cpp @@ -24,7 +24,7 @@ #include "Pokemod.h" // Qt includes -#include +#include Pokemod::CoinList::CoinList(const CoinList& coinList) : Object("CoinList", coinList.parent(), coinList.id()) -- cgit