CVS commit by mattr: fix exports M +3 -1 kabcpersistence.h 1.2 M +2 -1 private/kopeteviewmanager.h 1.12 --- kdenetwork/kopete/libkopete/kabcpersistence.h #1.1:1.2 @@ -19,4 +19,6 @@ #define KOPETEADDRESSBOOKLINK_H +#include "kopete_export.h" + // Goal is to have all the address book modifying code in one place // Currently in @@ -38,5 +40,5 @@ namespace Kopete class MetaContact; -class KABCPersistence : public QObject +class KOPETE_EXPORT KABCPersistence : public QObject { Q_OBJECT --- kdenetwork/kopete/libkopete/private/kopeteviewmanager.h #1.11:1.12 @@ -19,4 +19,5 @@ #include "kopetemessage.h" +#include "kopete_export.h" namespace Kopete @@ -36,5 +37,5 @@ struct KopeteViewManagerPrivate; * Relates an actual chat to the means used to view it. */ -class KopeteViewManager : public QObject +class KOPETE_EXPORT KopeteViewManager : public QObject { Q_OBJECT