summaryrefslogtreecommitdiffstats
path: root/pokescripting/SpriteWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/SpriteWrapper.h')
-rw-r--r--pokescripting/SpriteWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokescripting/SpriteWrapper.h b/pokescripting/SpriteWrapper.h
index cae7ae1f..77db2e47 100644
--- a/pokescripting/SpriteWrapper.h
+++ b/pokescripting/SpriteWrapper.h
@@ -34,7 +34,7 @@ class POKESCRIPTING_EXPORT SpriteWrapper : public ObjectWrapper
static SpriteWrapper* create(const Pokemod::Sprite* sprite, PokemodWrapper* parent);
Q_SCRIPTABLE QString name() const;
- Q_SCRIPTABLE QPixmap sprite() const;
+ Q_SCRIPTABLE QImage sprite() const;
private:
SpriteWrapper(const Pokemod::Sprite* sprite, PokemodWrapper* parent);
SpriteWrapper& operator=(const SpriteWrapper& rhs);