From 5b5ab45fbfdfde64c7c1229e85c690d860bb8586 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 21 Nov 2004 16:19:09 +0000 Subject: [PATCH] fix export's svn path=/trunk/kdebase/kwin/; revision=364795 --- clients/b2/b2client.cpp | 2 +- clients/default/kdedefault.cpp | 2 +- clients/keramik/keramik.cpp | 2 +- clients/kwmtheme/kwmthemeclient.cpp | 2 +- clients/laptop/laptopclient.cpp | 2 +- clients/modernsystem/modernsys.cpp | 2 +- clients/plastik/plastik.cpp | 2 +- clients/quartz/quartz.cpp | 2 +- clients/redmond/redmond.cpp | 2 +- clients/test/test.cpp | 2 +- clients/web/Web.cpp | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/clients/b2/b2client.cpp b/clients/b2/b2client.cpp index cce47a6c55..91bf4c537a 100644 --- a/clients/b2/b2client.cpp +++ b/clients/b2/b2client.cpp @@ -81,7 +81,7 @@ static bool drawSmallBorders = false; // ===================================== -extern "C" KDecorationFactory* create_factory() +extern "C" KDE_EXPORT KDecorationFactory* create_factory() { return new B2::B2ClientFactory(); } diff --git a/clients/default/kdedefault.cpp b/clients/default/kdedefault.cpp index a97ce11c55..36d69d8c9b 100644 --- a/clients/default/kdedefault.cpp +++ b/clients/default/kdedefault.cpp @@ -1475,7 +1475,7 @@ bool KDEDefaultClient::eventFilter( QObject* o, QEvent* e ) } // namespace // Extended KWin plugin interface -extern "C" KDecorationFactory* create_factory() +extern "C" KDE_EXPORT KDecorationFactory* create_factory() { return new Default::KDEDefaultHandler(); } diff --git a/clients/keramik/keramik.cpp b/clients/keramik/keramik.cpp index 9b4c754720..2f7e3f8e49 100644 --- a/clients/keramik/keramik.cpp +++ b/clients/keramik/keramik.cpp @@ -1805,7 +1805,7 @@ bool KeramikClient::eventFilter( QObject* o, QEvent* e ) extern "C" { - KDecorationFactory *create_factory() + KDE_EXPORT KDecorationFactory *create_factory() { Keramik::clientHandler = new Keramik::KeramikHandler(); return Keramik::clientHandler; diff --git a/clients/kwmtheme/kwmthemeclient.cpp b/clients/kwmtheme/kwmthemeclient.cpp index e9d9f7c472..eac4311310 100644 --- a/clients/kwmtheme/kwmthemeclient.cpp +++ b/clients/kwmtheme/kwmthemeclient.cpp @@ -927,7 +927,7 @@ TODO extern "C" { - KDecorationFactory *create_factory() + KDE_EXPORT KDecorationFactory *create_factory() { return new KWMTheme::KWMThemeFactory(); } diff --git a/clients/laptop/laptopclient.cpp b/clients/laptop/laptopclient.cpp index 878f7b9b87..3af570b74a 100644 --- a/clients/laptop/laptopclient.cpp +++ b/clients/laptop/laptopclient.cpp @@ -65,7 +65,7 @@ static bool pixmaps_created = false; // ===================================== -extern "C" KDecorationFactory* create_factory() +extern "C" KDE_EXPORT KDecorationFactory* create_factory() { return new Laptop::LaptopClientFactory(); } diff --git a/clients/modernsystem/modernsys.cpp b/clients/modernsystem/modernsys.cpp index 5d38b446cb..3bfd2f73ff 100644 --- a/clients/modernsystem/modernsys.cpp +++ b/clients/modernsystem/modernsys.cpp @@ -910,7 +910,7 @@ bool ModernSysFactory::supports( Ability ability ) } // KWin extended plugin interface -extern "C" KDecorationFactory* create_factory() +extern "C" KDE_EXPORT KDecorationFactory* create_factory() { return new ModernSystem::ModernSysFactory(); } diff --git a/clients/plastik/plastik.cpp b/clients/plastik/plastik.cpp index 979bf2238d..44fa224fa3 100644 --- a/clients/plastik/plastik.cpp +++ b/clients/plastik/plastik.cpp @@ -219,7 +219,7 @@ static KWinPlastik::PlastikHandler *handler = 0; extern "C" { - KDecorationFactory *create_factory() + KDE_EXPORT KDecorationFactory *create_factory() { handler = new KWinPlastik::PlastikHandler(); return handler; diff --git a/clients/quartz/quartz.cpp b/clients/quartz/quartz.cpp index b1fbdaf959..aba593e746 100644 --- a/clients/quartz/quartz.cpp +++ b/clients/quartz/quartz.cpp @@ -1155,7 +1155,7 @@ bool QuartzClient::eventFilter( QObject* o, QEvent* e ) ///////////////////////////////// extern "C" { - KDecorationFactory *create_factory() + KDE_EXPORT KDecorationFactory *create_factory() { Quartz::clientHandler = new Quartz::QuartzHandler(); return Quartz::clientHandler; diff --git a/clients/redmond/redmond.cpp b/clients/redmond/redmond.cpp index 2ab31f120b..9faf289d6d 100644 --- a/clients/redmond/redmond.cpp +++ b/clients/redmond/redmond.cpp @@ -954,7 +954,7 @@ QValueList< RedmondDecoFactory::BorderSize > RedmondDecoFactory::borderSizes() c } -extern "C" KDecorationFactory *create_factory() +extern "C" KDE_EXPORT KDecorationFactory *create_factory() { return new Redmond::RedmondDecoFactory(); } diff --git a/clients/test/test.cpp b/clients/test/test.cpp index 9f2a47c682..abac77e646 100644 --- a/clients/test/test.cpp +++ b/clients/test/test.cpp @@ -333,7 +333,7 @@ bool Factory::reset( unsigned long changed ) extern "C" { -KDecorationFactory *create_factory() +KDE_EXPORT KDecorationFactory *create_factory() { return new KWinTest::Factory(); } diff --git a/clients/web/Web.cpp b/clients/web/Web.cpp index a6911104b2..90bb5464f8 100644 --- a/clients/web/Web.cpp +++ b/clients/web/Web.cpp @@ -36,7 +36,7 @@ extern "C" { - KDecorationFactory *create_factory() + KDE_EXPORT KDecorationFactory *create_factory() { return new Web::WebFactory(); }