summaryrefslogtreecommitdiffstats
path: root/sigscript/BadgeWrapper.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-24 16:18:17 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-24 16:18:17 -0500
commitb28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67 (patch)
tree01971661209ccb6d6844a096a5ea3d39baeabe68 /sigscript/BadgeWrapper.h
parentb6d07f0ca14256a42268e69190891c56bf978bd4 (diff)
downloadsigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.gz
sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.xz
sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.zip
Moved SigmodWrapper to GameWrapper
Diffstat (limited to 'sigscript/BadgeWrapper.h')
-rw-r--r--sigscript/BadgeWrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigscript/BadgeWrapper.h b/sigscript/BadgeWrapper.h
index 95856c08..59db9d91 100644
--- a/sigscript/BadgeWrapper.h
+++ b/sigscript/BadgeWrapper.h
@@ -43,7 +43,7 @@ class SIGSCRIPT_EXPORT BadgeWrapper : public ObjectWrapper
Q_OBJECT
public:
- static BadgeWrapper* create(const Sigmod::Badge* badge, SigmodWrapper* parent);
+ static BadgeWrapper* create(const Sigmod::Badge* badge, GameWrapper* parent);
Q_SCRIPTABLE QString name() const;
Q_SCRIPTABLE SpriteWrapper* face();
@@ -51,7 +51,7 @@ class SIGSCRIPT_EXPORT BadgeWrapper : public ObjectWrapper
Q_SCRIPTABLE int obey() const;
Q_SCRIPTABLE Sigcore::Fraction stat(const Sigmod::Stat stat) const;
private:
- BadgeWrapper(const Sigmod::Badge* badge, SigmodWrapper* parent);
+ BadgeWrapper(const Sigmod::Badge* badge, GameWrapper* parent);
BadgeWrapper& operator=(const BadgeWrapper& rhs);
const Sigmod::Badge* m_badge;