fix export's

svn path=/trunk/kdebase/kwin/; revision=375962
icc-effect-5.14.5
Dirk Mueller 2005-01-06 22:37:53 +00:00
parent 8b769daa8c
commit 1f509ffe24
6 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
extern "C"
{
QObject* allocate_config( KConfig* conf, QWidget* parent )
QObject* KDE_EXPORT allocate_config( KConfig* conf, QWidget* parent )
{
return(new B2Config(conf, parent));
}

View File

@ -17,7 +17,7 @@
extern "C"
{
QObject* allocate_config( KConfig* conf, QWidget* parent )
QObject* KDE_EXPORT allocate_config( KConfig* conf, QWidget* parent )
{
return(new KDEDefaultConfig(conf, parent));
}

View File

@ -33,7 +33,7 @@
extern "C"
{
QObject* allocate_config( KConfig* conf, QWidget* parent )
QObject* KDE_EXPORT allocate_config( KConfig* conf, QWidget* parent )
{
return ( new KeramikConfig( conf, parent ) );
}

View File

@ -12,7 +12,7 @@
extern "C"
{
QObject* allocate_config(KConfig* conf, QWidget* parent)
QObject* KDE_EXPORT allocate_config(KConfig* conf, QWidget* parent)
{
return(new ModernSysConfig(conf, parent));
}

View File

@ -110,7 +110,7 @@ void PlastikConfig::defaults()
extern "C"
{
QObject* allocate_config(KConfig* config, QWidget* parent) {
QObject* KDE_EXPORT allocate_config(KConfig* config, QWidget* parent) {
return (new PlastikConfig(config, parent));
}
}

View File

@ -15,7 +15,7 @@
extern "C"
{
QObject* allocate_config( KConfig* conf, QWidget* parent )
QObject* KDE_EXPORT allocate_config( KConfig* conf, QWidget* parent )
{
return(new QuartzConfig(conf, parent));
}