diff --git a/kcmkwin/kwinoptions/main.cpp b/kcmkwin/kwinoptions/main.cpp index 884d8c2cd0..d7da91a7fc 100644 --- a/kcmkwin/kwinoptions/main.cpp +++ b/kcmkwin/kwinoptions/main.cpp @@ -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");