summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/StoreGroupModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/tree/StoreGroupModel.h')
-rw-r--r--sigmodr/tree/StoreGroupModel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/tree/StoreGroupModel.h b/sigmodr/tree/StoreGroupModel.h
index 2bf5498a..c5fa1d16 100644
--- a/sigmodr/tree/StoreGroupModel.h
+++ b/sigmodr/tree/StoreGroupModel.h
@@ -24,7 +24,7 @@
// Forward declarations
namespace Sigmod
{
-class Sigmod;
+class Game;
}
namespace Sigmodr
@@ -36,7 +36,7 @@ class SIGMODRTREE_IMPORT StoreGroupModel : public GroupModel
Q_OBJECT
public:
- StoreGroupModel(BaseModel* parent, Sigmod::Sigmod* sigmod);
+ StoreGroupModel(BaseModel* parent, Sigmod::Game* game);
QVariant data(const int role = Qt::DisplayRole) const;
bool setData(const QVariant& value, int role = Qt::EditRole);