SVN commit 890999 by chehrlic: win32 compile + link M +0 -1 CMakeLists.txt M +1 -1 wlmchatmanager.h M +1 -1 wlmchatsession.h M +3 -0 wlmlibmsn.cpp --- trunk/KDE/kdenetwork/kopete/protocols/wlm/CMakeLists.txt #890998:890999 @@ -40,7 +40,6 @@ ${QT_QTXML_LIBRARY} ${QT_QTNETWORK_LIBRARY} kopete - kopete_videodevice ${LIBMSN_LIBRARIES} ) --- trunk/KDE/kdenetwork/kopete/protocols/wlm/wlmchatmanager.h #890998:890999 @@ -26,7 +26,7 @@ class WlmContact; -class KOPETE_EXPORT WlmChatManager : public QObject +class WlmChatManager : public QObject { Q_OBJECT --- trunk/KDE/kdenetwork/kopete/protocols/wlm/wlmchatsession.h #890998:890999 @@ -30,7 +30,7 @@ class WlmContact; -class KOPETE_EXPORT WlmChatSession: public Kopete::ChatSession +class WlmChatSession: public Kopete::ChatSession { Q_OBJECT public: --- trunk/KDE/kdenetwork/kopete/protocols/wlm/wlmlibmsn.cpp #890998:890999 @@ -22,6 +22,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +// include first to not get compile errors on windows +#include + #include #include #include