Update of /home/kde/kdegames/atlantik/libatlantic In directory office:/tmp/cvs-serv27333/libatlantic Modified Files: estate.cpp estate.h Log Message: small token fixes that benefit designer Index: estate.cpp =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantic/estate.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- estate.cpp 28 Nov 2002 11:59:24 -0000 1.8 +++ estate.cpp 31 Jan 2003 05:44:17 -0000 1.9 @@ -79,7 +79,7 @@ } } -QString Estate::name() +QString Estate::name() const { return m_name; } Index: estate.h =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantic/estate.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- estate.h 28 Nov 2002 11:59:24 -0000 1.11 +++ estate.h 31 Jan 2003 05:44:17 -0000 1.12 @@ -31,7 +31,7 @@ Estate(int estateId); int id() { return m_id; } void setName(QString name); - QString name(); + QString name() const; void setEstateGroup(EstateGroup *estateGroup); EstateGroup *estateGroup() { return m_estateGroup; } void setOwner(Player *player); _______________________________________________ atlantik-cvs mailing list atlantik-cvs@mail.kde.org http://mail.kde.org/mailman/listinfo/atlantik-cvs