summaryrefslogtreecommitdiffstats
path: root/pokemod/Sound.h
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/Sound.h
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/Sound.h')
-rw-r--r--pokemod/Sound.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pokemod/Sound.h b/pokemod/Sound.h
index f35eac41..ef77cb85 100644
--- a/pokemod/Sound.h
+++ b/pokemod/Sound.h
@@ -22,15 +22,15 @@
#include "Object.h"
// Qt includes
-#include <QByteArray>
-#include <QString>
+#include <QtCore/QByteArray>
+#include <QtCore/QString>
namespace Pokemod
{
// Forward declarations
class Pokemod;
-class Sound : public Object
+class POKEMOD_EXPORT Sound : public Object
{
Q_OBJECT