From atlantik-devel Tue Jan 11 09:31:20 2005 From: kde () office ! kde ! org Date: Tue, 11 Jan 2005 09:31:20 +0000 To: atlantik-devel Subject: [atlantik-cvs] CVS: kdegames/atlantik/libatlantikui board.h, 1.68, Message-Id: <41E39CE8.mailBVN11VNLG () office ! kde ! org> X-MARC-Message: https://marc.info/?l=atlantik-devel&m=110543589630661 Update of /home/kde/kdegames/atlantik/libatlantikui In directory office:/tmp/cvs-serv15351/libatlantikui Modified Files: board.h portfolioview.h trade_widget.h Log Message: Add missing export symbole Index: board.h =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantikui/board.h,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- board.h 10 Feb 2004 19:46:36 -0000 1.68 +++ board.h 11 Jan 2005 09:31:18 -0000 1.69 @@ -21,7 +21,7 @@ #include #include #include - +#include "libatlantic_export.h" class QPoint; class AtlanticCore; @@ -32,7 +32,7 @@ class EstateView; -class AtlantikBoard : public QWidget +class LIBATLANTIC_EXPORT AtlantikBoard : public QWidget { Q_OBJECT Index: portfolioview.h =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantikui/portfolioview.h,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- portfolioview.h 10 Feb 2004 19:46:36 -0000 1.31 +++ portfolioview.h 11 Jan 2005 09:31:18 -0000 1.32 @@ -22,7 +22,7 @@ #include #include "portfolioestate.h" - +#include "libatlantic_export.h" class QColor; class QString; @@ -30,7 +30,7 @@ class Player; class Estate; -class PortfolioView : public QWidget +class LIBATLANTIC_EXPORT PortfolioView : public QWidget { Q_OBJECT Index: trade_widget.h =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantikui/trade_widget.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- trade_widget.h 10 Feb 2004 19:46:36 -0000 1.20 +++ trade_widget.h 11 Jan 2005 09:31:18 -0000 1.21 @@ -19,6 +19,7 @@ #include #include +#include "libatlantic_export.h" class QHGroupBox; class QLabel; @@ -35,7 +36,7 @@ class Trade; class TradeItem; -class TradeDisplay : public QWidget +class LIBATLANTIC_EXPORT TradeDisplay : public QWidget { Q_OBJECT _______________________________________________ atlantik-cvs mailing list atlantik-cvs@kde.org https://mail.kde.org/mailman/listinfo/atlantik-cvs