From b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 24 Feb 2009 16:18:17 -0500 Subject: Moved SigmodWrapper to GameWrapper --- sigscript/StoreWrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigscript/StoreWrapper.h') diff --git a/sigscript/StoreWrapper.h b/sigscript/StoreWrapper.h index f0683d4b..58867801 100644 --- a/sigscript/StoreWrapper.h +++ b/sigscript/StoreWrapper.h @@ -36,12 +36,12 @@ class SIGSCRIPT_EXPORT StoreWrapper : public ObjectWrapper Q_OBJECT public: - static StoreWrapper* create(const Sigmod::Store* store, SigmodWrapper* parent); + static StoreWrapper* create(const Sigmod::Store* store, GameWrapper* parent); Q_SCRIPTABLE QString name() const; Q_SCRIPTABLE QList items(); private: - StoreWrapper(const Sigmod::Store* store, SigmodWrapper* parent); + StoreWrapper(const Sigmod::Store* store, GameWrapper* parent); StoreWrapper& operator=(const StoreWrapper& rhs); const Sigmod::Store* m_store; -- cgit