Salome HOME
Using files from package LightApp instead of files from package SalomeApp
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Operation.h
index 3bc76d4f2a5a4c8109cd1d3e9ccc8fa5377e34df..181cb2cc7caeddaeef95fcfd63fd1f879d032ad4 100755 (executable)
@@ -12,7 +12,7 @@
 #ifndef SMESHGUI_Operation_H
 #define SMESHGUI_Operation_H
 
-#include <SalomeApp_Operation.h>
+#include <LightApp_Operation.h>
 #include <SALOMEDSClient.hxx>
 
 class SMESHGUI;
@@ -22,7 +22,7 @@ class SMESHGUI;
   Description : Base class for all SMESH operations
 */
 
-class SMESHGUI_Operation : public SalomeApp_Operation
+class SMESHGUI_Operation : public LightApp_Operation
 {
   Q_OBJECT