summaryrefslogtreecommitdiffstats
path: root/pokemod/CoinList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/CoinList.cpp')
-rw-r--r--pokemod/CoinList.cpp2
1 files changed, 1 insertions, 1 deletions
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 <QSet>
+#include <QtCore/QSet>
Pokemod::CoinList::CoinList(const CoinList& coinList) :
Object("CoinList", coinList.parent(), coinList.id())