fix export

svn path=/trunk/kdebase/kwin/; revision=381899
This commit is contained in:
Dirk Mueller 2005-01-24 11:50:49 +00:00
parent a5fe22ddfe
commit 0111c7430b

View file

@ -68,7 +68,7 @@ extern "C"
return new KAdvancedConfig(true, c, parent, name);
}
KCModule *create_kwintranslucency(QWidget *parent, const char *name)
KDE_EXPORT KCModule *create_kwintranslucency(QWidget *parent, const char *name)
{
//CT there's need for decision: kwm or kwin?
KGlobal::locale()->insertCatalogue("kcmkwm");