Salome HOME
Selection validators improvements
[modules/shaper.git] / src / Config / Config_PointerMessage.h
index e0ac3e44094c5329969604194d2b4e869164f9c2..0e3c726caa094e05e0392032a357952e35b2fafb 100644 (file)
@@ -8,16 +8,16 @@
 #ifndef PARTSET_MESSAGE_H_
 #define PARTSET_MESSAGE_H_
 
-#include <Config.h>
-#include <Event_Message.h>
+#include <Config_def.h>
+#include <Events_Message.h>
 
 /*
  * A general class to pass pointers over the event loop.
  */
-class CONFIG_EXPORT Config_PointerMessage: public Event_Message
+class CONFIG_EXPORT Config_PointerMessage: public Events_Message
 {
 public:
-  Config_PointerMessage(const Event_ID theId, const void* theParent = 0);
+  Config_PointerMessage(const Events_ID theId, const void* theParent = 0);
   virtual ~Config_PointerMessage();
 
   void* pointer() const;