summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/SoundGroupModel.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/SoundGroupModel.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/SoundGroupModel.h')
-rw-r--r--sigmodr/tree/SoundGroupModel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/tree/SoundGroupModel.h b/sigmodr/tree/SoundGroupModel.h
index d745b4ad..452d3eae 100644
--- a/sigmodr/tree/SoundGroupModel.h
+++ b/sigmodr/tree/SoundGroupModel.h
@@ -24,7 +24,7 @@
// Forward declarations
namespace Sigmod
{
-class Sigmod;
+class Game;
}
namespace Sigmodr
@@ -36,7 +36,7 @@ class SIGMODRTREE_IMPORT SoundGroupModel : public GroupModel
Q_OBJECT
public:
- SoundGroupModel(BaseModel* parent, Sigmod::Sigmod* sigmod);
+ SoundGroupModel(BaseModel* parent, Sigmod::Game* game);
QVariant data(const int role = Qt::DisplayRole) const;
bool setData(const QVariant& value, int role = Qt::EditRole);