renamed playerzone to cardzone

This commit is contained in:
Max-Wilhelm Bruker 2009-03-25 15:08:36 +01:00
parent 141b116528
commit 8782438fcc
28 changed files with 106 additions and 106 deletions

View file

@ -6,7 +6,7 @@
#include <QGraphicsWidget>
#include "serverzonecard.h"
class PlayerZone;
class CardZone;
class ZoneViewZone;
class Player;
class CardDatabase;
@ -25,7 +25,7 @@ private slots:
void zoneDumpReceived(int commandId, QList<ServerZoneCard *> cards);
void slotClosePressed();
public:
ZoneViewWidget(CardDatabase *_db, Player *_player, PlayerZone *_origZone, int numberCards = 0, QGraphicsItem *parent = 0);
ZoneViewWidget(CardDatabase *_db, Player *_player, CardZone *_origZone, int numberCards = 0, QGraphicsItem *parent = 0);
};
#endif