X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.cpp;h=76a8c855bd3e8a1ffece003a1653c98abdd6e48e;hb=f11baf398313d8250c878ef7923879c527d1c0e1;hp=c11c872ac42f3153ee0424b2102e4d38779ba720;hpb=35e507724b47b04e0daa4259e4f6fc1de6a42f60;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index c11c872ac..76a8c855b 100644 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -12,8 +12,8 @@ #include #include #include -#include -#include +#include +#include #include #include @@ -86,10 +86,10 @@ void PartSet_Module::onFeatureTriggered() aPartSetOp->setDescription(QString::fromStdString(aDescription)); //TODO(sbh): Implement static method to extract event id [SEID] - static Event_ID aModuleEvent = Event_Loop::eventByName("PartSetModuleEvent"); + static Events_ID aModuleEvent = Events_Loop::eventByName("PartSetModuleEvent"); Config_PointerMessage aMessage(aModuleEvent, this); aMessage.setPointer(aPartSetOp); - Event_Loop::loop()->send(aMessage); + Events_Loop::loop()->send(aMessage); } void PartSet_Module::onOperationStarted()