summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/RootModel.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-25 01:19:46 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-25 01:19:46 -0500
commit8dddfc1ef55773cdf878e413d82142781a6e444b (patch)
tree1fbd160be276c0cc89aa11971d2daab4ecc1791c /sigmodr/tree/RootModel.h
parent0d38afceb6fe92f1a315c527635522dc6e0346cb (diff)
downloadsigen-8dddfc1ef55773cdf878e413d82142781a6e444b.tar.gz
sigen-8dddfc1ef55773cdf878e413d82142781a6e444b.tar.xz
sigen-8dddfc1ef55773cdf878e413d82142781a6e444b.zip
Renamed from Sigmod to Game in sigmodr tree
Diffstat (limited to 'sigmodr/tree/RootModel.h')
-rw-r--r--sigmodr/tree/RootModel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/tree/RootModel.h b/sigmodr/tree/RootModel.h
index d143c29e..2e454d6d 100644
--- a/sigmodr/tree/RootModel.h
+++ b/sigmodr/tree/RootModel.h
@@ -38,8 +38,8 @@ class SIGMODRTREE_IMPORT RootModel : public GroupModel
bool setData(const QVariant& value, int role = Qt::EditRole);
- void addSigmod(Sigmod::Sigmod* sigmod);
- void deleteSigmod(const Sigmod::Sigmod* sigmod);
+ void addGame(Sigmod::Game* game);
+ void deleteGame(const Sigmod::Game* game);
QString types() const;
public slots: