[atlantik-cvs] CVS: kdegames/atlantik/libatlantic atlantic_core.h,1.16,1.17
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/libatlantic In directory office:/tmp/cvs-serv20123/libatlantic Modified Files: atlantic_core.h Log Message: - Estate *findEstate(int groupId); + Estate *findEstate(int estateId); Index: atlantic_core.h =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantic/atlantic_core.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- atlantic_core.h 19 Jan 2003 23:58:59 -0000 1.16 +++ atlantic_core.h 21 Jan 2003 00:27:16 -0000 1.17 @@ -1,4 +1,4 @@ -// Copyright (c) 2002 Rob Kaper <[email protected]> +// Copyright (c) 2002-2003 Rob Kaper <[email protected]> // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -42,7 +42,7 @@ QPtrList<Estate> estates(); Estate *newEstate(int estateId); - Estate *findEstate(int groupId); + Estate *findEstate(int estateId); Estate *estateAfter(Estate *estate); QPtrList<EstateGroup> estateGroups();