fix export's

svn path=/trunk/kdebase/kwin/; revision=364795
This commit is contained in:
Dirk Mueller 2004-11-21 16:19:09 +00:00
parent e8565670ec
commit 5b5ab45fbf
11 changed files with 11 additions and 11 deletions

View file

@ -81,7 +81,7 @@ static bool drawSmallBorders = false;
// =====================================
extern "C" KDecorationFactory* create_factory()
extern "C" KDE_EXPORT KDecorationFactory* create_factory()
{
return new B2::B2ClientFactory();
}

View file

@ -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();
}

View file

@ -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;

View file

@ -927,7 +927,7 @@ TODO
extern "C"
{
KDecorationFactory *create_factory()
KDE_EXPORT KDecorationFactory *create_factory()
{
return new KWMTheme::KWMThemeFactory();
}

View file

@ -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();
}

View file

@ -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();
}

View file

@ -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;

View file

@ -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;

View file

@ -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();
}

View file

@ -333,7 +333,7 @@ bool Factory::reset( unsigned long changed )
extern "C"
{
KDecorationFactory *create_factory()
KDE_EXPORT KDecorationFactory *create_factory()
{
return new KWinTest::Factory();
}

View file

@ -36,7 +36,7 @@
extern "C"
{
KDecorationFactory *create_factory()
KDE_EXPORT KDecorationFactory *create_factory()
{
return new Web::WebFactory();
}