[atlantik-cvs] CVS: kdegames/atlantik/libatlantic atlantic_core.h, 1.27, 1.28 auction.h,1.10,1.11 configoption.h,1.5,1.6 estate.h,1.18,1.19 estategroup.h,1.9,1.10 game.h,1.5,1.6 player.h,1.23,1.24 trade.h,1.22,1.23
[email protected] (Dirk Mueller <
[email protected]>)
Tue, 28 Dec 2004 23:00:08 +0100
| Newsgroups |
gmane.comp.kde.devel.atlantik |
| Message-ID |
<[email protected]> |
Update of /home/kde/kdegames/atlantik/libatlantic
In directory office:/tmp/cvs-serv14376
Modified Files:
atlantic_core.h auction.h configoption.h estate.h
estategroup.h game.h player.h trade.h
Log Message:
fix compile
Index: atlantic_core.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/atlantic_core.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- atlantic_core.h 28 Dec 2004 01:20:57 -0000 1.27
+++ atlantic_core.h 28 Dec 2004 22:00:05 -0000 1.28
@@ -20,7 +20,7 @@
#include <qobject.h>
#include <qptrlist.h>
-#include <libatlantic_export.h>
+#include "libatlantic_export.h"
class Player;
class ConfigOption;
Index: auction.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/auction.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- auction.h 28 Dec 2004 01:20:57 -0000 1.10
+++ auction.h 28 Dec 2004 22:00:05 -0000 1.11
@@ -19,7 +19,7 @@
#include <qobject.h>
-#include <libatlantic_export.h>
+#include "libatlantic_export.h"
class Player;
class Estate;
Index: configoption.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/configoption.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- configoption.h 28 Dec 2004 01:20:57 -0000 1.5
+++ configoption.h 28 Dec 2004 22:00:05 -0000 1.6
@@ -20,7 +20,7 @@
#include <qobject.h>
#include <qstring.h>
-#include <libatlantic_export.h>
+#include "libatlantic_export.h"
class LIBATLANTIC_EXPORT ConfigOption : public QObject
{
Index: estate.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/estate.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- estate.h 28 Dec 2004 01:20:57 -0000 1.18
+++ estate.h 28 Dec 2004 22:00:05 -0000 1.19
@@ -20,7 +20,7 @@
#include <qobject.h>
#include <qcolor.h>
-#include <libatlantic_export.h>
+#include "libatlantic_export.h"
class EstateGroup;
class Player;
Index: estategroup.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/estategroup.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- estategroup.h 28 Dec 2004 01:20:57 -0000 1.9
+++ estategroup.h 28 Dec 2004 22:00:05 -0000 1.10
@@ -19,7 +19,7 @@
#include <qobject.h>
-#include <libatlantic_export.h>
+#include "libatlantic_export.h"
class LIBATLANTIC_EXPORT EstateGroup : public QObject
{
Index: game.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/game.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- game.h 28 Dec 2004 01:20:57 -0000 1.5
+++ game.h 28 Dec 2004 22:00:05 -0000 1.6
@@ -19,7 +19,7 @@
#include <qobject.h>
-#include <libatlantic_export.h>
+#include "libatlantic_export.h"
class QString;
Index: player.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/player.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- player.h 28 Dec 2004 01:20:57 -0000 1.23
+++ player.h 28 Dec 2004 22:00:05 -0000 1.24
@@ -20,7 +20,7 @@
#include <qobject.h>
#include <qstring.h>
-#include <libatlantic_export.h>
+#include "libatlantic_export.h"
class Estate;
class Game;
Index: trade.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/trade.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- trade.h 28 Dec 2004 01:20:57 -0000 1.22
+++ trade.h 28 Dec 2004 22:00:05 -0000 1.23
@@ -21,7 +21,7 @@
#include <qstring.h>
#include <qptrlist.h>
-#include <libatlantic_export.h>
+#include "libatlantic_export.h"
class Player;
class Trade;