SVN commit 618285 by mlaurent: Fix export M +1 -1 Module.cpp --- trunk/koffice/kword/plugins/scripting/Module.cpp #618284:618285 @@ -38,7 +38,7 @@ extern "C" { - QObject* krossmodule() + KDE_EXPORT QObject* krossmodule() { return new Scripting::Module(); }