diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-25 01:19:46 -0500 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-25 01:19:46 -0500 |
commit | 8dddfc1ef55773cdf878e413d82142781a6e444b (patch) | |
tree | 1fbd160be276c0cc89aa11971d2daab4ecc1791c /sigmodr/tree/MoveGroupModel.h | |
parent | 0d38afceb6fe92f1a315c527635522dc6e0346cb (diff) | |
download | sigen-8dddfc1ef55773cdf878e413d82142781a6e444b.tar.gz sigen-8dddfc1ef55773cdf878e413d82142781a6e444b.tar.xz sigen-8dddfc1ef55773cdf878e413d82142781a6e444b.zip |
Renamed from Sigmod to Game in sigmodr tree
Diffstat (limited to 'sigmodr/tree/MoveGroupModel.h')
-rw-r--r-- | sigmodr/tree/MoveGroupModel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/tree/MoveGroupModel.h b/sigmodr/tree/MoveGroupModel.h index db89cd82..c39c859c 100644 --- a/sigmodr/tree/MoveGroupModel.h +++ b/sigmodr/tree/MoveGroupModel.h @@ -24,7 +24,7 @@ // Forward declarations namespace Sigmod { -class Sigmod; +class Game; } namespace Sigmodr @@ -36,7 +36,7 @@ class SIGMODRTREE_IMPORT MoveGroupModel : public GroupModel Q_OBJECT public: - MoveGroupModel(BaseModel* parent, Sigmod::Sigmod* sigmod); + MoveGroupModel(BaseModel* parent, Sigmod::Game* game); QVariant data(const int role = Qt::DisplayRole) const; bool setData(const QVariant& value, int role = Qt::EditRole); |