summaryrefslogtreecommitdiffstats
path: root/pokemod/Author.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-06-21 01:22:14 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-06-21 01:22:14 +0000
commit2d045c571308af33c93bdc9766a627ef1db6abaf (patch)
tree15cd0d3734ed93bf81cabc418f1c428b3def3d79 /pokemod/Author.cpp
parent6dd3d36c4552565756dcedab2ddd44e90a553252 (diff)
downloadsigen-2d045c571308af33c93bdc9766a627ef1db6abaf.tar.gz
sigen-2d045c571308af33c93bdc9766a627ef1db6abaf.tar.xz
sigen-2d045c571308af33c93bdc9766a627ef1db6abaf.zip
[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
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())