Salome HOME
Using files from package LightApp instead of files from package SalomeApp
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Displayer.h
index b8458e6c7cf437dcebbc4aab3b91eea074d2e6a0..e4be5fdde6f986af3645fe24342f8e6aac105049 100644 (file)
 #ifndef SMESHGUI_DISPLAYER_HEADER
 #define SMESHGUI_DISPLAYER_HEADER
 
-#include <SalomeApp_Displayer.h>
+#include <LightApp_Displayer.h>
 
 class SalomeApp_Study;
 
-class SMESHGUI_Displayer : public SalomeApp_Displayer
+class SMESHGUI_Displayer : public LightApp_Displayer
 {
 public:
   SMESHGUI_Displayer( SalomeApp_Study* );