Update of /home/kde/kdegames/atlantik/libatlantikui In directory office:/tmp/cvs-serv20581/libatlantikui Modified Files: Makefile.am board.h portfolioview.h trade_widget.h Added Files: libatlantikui_export.h Log Message: fix export's Index: Makefile.am =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantikui/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.am 12 Oct 2004 18:44:26 -0000 1.10 +++ Makefile.am 26 Jan 2005 10:44:12 -0000 1.11 @@ -10,6 +10,6 @@ libatlantikuiincludedir = $(includedir)/atlantik/ui libatlantikuiinclude_HEADERS = auction_widget.h board.h estatedetails.h \ estateview.h kwrappedlistviewitem.h portfolioestate.h \ - portfolioview.h token.h trade_widget.h + portfolioview.h token.h trade_widget.h libatlantikui_export.h METASOURCES = AUTO Index: board.h =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantikui/board.h,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- board.h 11 Jan 2005 09:31:18 -0000 1.69 +++ board.h 26 Jan 2005 10:44:12 -0000 1.70 @@ -21,7 +21,7 @@ #include #include #include -#include "libatlantic_export.h" +#include "libatlantikui_export.h" class QPoint; class AtlanticCore; @@ -32,7 +32,7 @@ class EstateView; -class LIBATLANTIC_EXPORT AtlantikBoard : public QWidget +class LIBATLANTIKUI_EXPORT AtlantikBoard : public QWidget { Q_OBJECT --- NEW FILE: libatlantikui_export.h --- // Copyright (c) 2004 Dirk Mueller // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License version 2.1 as published by the Free Software Foundation. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License // along with this library; see the file COPYING.LIB. If not, write to // the Free Software Foundation, Inc., 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. #ifndef LIBATLANTIKUI_EXPORT_H #define LIBATLANTIKUI_EXPORT_H #include #define LIBATLANTIKUI_EXPORT KDE_EXPORT #endif Index: portfolioview.h =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantikui/portfolioview.h,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- portfolioview.h 11 Jan 2005 09:31:18 -0000 1.32 +++ portfolioview.h 26 Jan 2005 10:44:12 -0000 1.33 @@ -22,7 +22,7 @@ #include #include "portfolioestate.h" -#include "libatlantic_export.h" +#include "libatlantikui_export.h" class QColor; class QString; @@ -30,7 +30,7 @@ class Player; class Estate; -class LIBATLANTIC_EXPORT PortfolioView : public QWidget +class LIBATLANTIKUI_EXPORT PortfolioView : public QWidget { Q_OBJECT Index: trade_widget.h =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantikui/trade_widget.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- trade_widget.h 11 Jan 2005 09:31:18 -0000 1.21 +++ trade_widget.h 26 Jan 2005 10:44:12 -0000 1.22 @@ -19,7 +19,7 @@ #include #include -#include "libatlantic_export.h" +#include "libatlantikui_export.h" class QHGroupBox; class QLabel; @@ -36,7 +36,7 @@ class Trade; class TradeItem; -class LIBATLANTIC_EXPORT TradeDisplay : public QWidget +class LIBATLANTIKUI_EXPORT TradeDisplay : public QWidget { Q_OBJECT _______________________________________________ atlantik-cvs mailing list atlantik-cvs@kde.org https://mail.kde.org/mailman/listinfo/atlantik-cvs