diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-24 16:18:17 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-24 16:18:17 -0500 |
| commit | b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67 (patch) | |
| tree | 01971661209ccb6d6844a096a5ea3d39baeabe68 /sigscript/SoundWrapper.h | |
| parent | b6d07f0ca14256a42268e69190891c56bf978bd4 (diff) | |
| download | sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.gz sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.xz sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.zip | |
Moved SigmodWrapper to GameWrapper
Diffstat (limited to 'sigscript/SoundWrapper.h')
| -rw-r--r-- | sigscript/SoundWrapper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigscript/SoundWrapper.h b/sigscript/SoundWrapper.h index 54b22535..eb508ee9 100644 --- a/sigscript/SoundWrapper.h +++ b/sigscript/SoundWrapper.h @@ -37,7 +37,7 @@ class SIGSCRIPT_EXPORT SoundWrapper : public ObjectWrapper Q_OBJECT public: - static SoundWrapper* create(const Sigmod::Sound* sound, SigmodWrapper* parent); + static SoundWrapper* create(const Sigmod::Sound* sound, GameWrapper* parent); Q_SCRIPTABLE Sigmod::Sound::Type type(const QString& name) const; @@ -45,7 +45,7 @@ class SIGSCRIPT_EXPORT SoundWrapper : public ObjectWrapper Q_SCRIPTABLE Sigmod::Sound::Type type() const; Q_SCRIPTABLE Phonon::MediaObject* audio(); private: - SoundWrapper(const Sigmod::Sound* sound, SigmodWrapper* parent); + SoundWrapper(const Sigmod::Sound* sound, GameWrapper* parent); SoundWrapper& operator=(const SoundWrapper& rhs); const Sigmod::Sound* m_sound; |
