summaryrefslogtreecommitdiffstats
path: root/pokemod/Author.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Author.cpp')
-rw-r--r--pokemod/Author.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Author.cpp b/pokemod/Author.cpp
index dac4ef33..44ce70b7 100644
--- a/pokemod/Author.cpp
+++ b/pokemod/Author.cpp
@@ -23,7 +23,7 @@
#include "Pokemod.h"
// Qt includes
-#include <QRegExp>
+#include <QtCore/QRegExp>
Pokemod::Author::Author(const Author& author) :
Object("Author", author.parent(), author.id())