summaryrefslogtreecommitdiffstats
path: root/sigmod/CoinList.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmod/CoinList.h')
-rw-r--r--sigmod/CoinList.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sigmod/CoinList.h b/sigmod/CoinList.h
index cac42ad3..2e9f4966 100644
--- a/sigmod/CoinList.h
+++ b/sigmod/CoinList.h
@@ -35,7 +35,7 @@ namespace Sigmod
{
// Forward declarations
class CoinListItem;
-class Sigmod;
+class Game;
/**
* \class Sigmod::CoinList CoinList.h sigmod/CoinList.h
@@ -62,7 +62,7 @@ class SIGMOD_EXPORT CoinList : public Object
* \param parent The parent of the coin list.
* \param id The id number for the coin list.
*/
- CoinList(const Sigmod* parent, const int id);
+ CoinList(const Game* parent, const int id);
/**
* Data copy constructor. Copies the data from \p coinList as a child of \p parent with id \p id.
*
@@ -70,7 +70,7 @@ class SIGMOD_EXPORT CoinList : public Object
* \param parent The parent of the coin list.
* \param id The id number for the coin list.
*/
- CoinList(const CoinList& coinList, const Sigmod* parent, const int id);
+ CoinList(const CoinList& coinList, const Game* parent, const int id);
/**
* XML data constructor.
*
@@ -78,7 +78,7 @@ class SIGMOD_EXPORT CoinList : public Object
* \param parent The parent of the coin list.
* \param id The id number for the coin list.
*/
- CoinList(const QDomElement& xml, const Sigmod* parent, const int id = -1);
+ CoinList(const QDomElement& xml, const Game* parent, const int id = -1);
/**
* Destructor.
*/