Salome HOME
Nerge with PAL/SALOME 2.1.0d
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SmoothingDlg.h
index 1a4761961770b51d0fc5ed886322860e7a1f0161..fafade3f33bb697de5a0213232b154507d5572e4 100644 (file)
@@ -30,7 +30,7 @@
 #define DIALOGBOX_SMOOTHING_H
 
 #include "SALOME_Selection.h"
-#include "SMESH_TypeFilter.hxx"
+#include "SMESH_LogicalFilter.hxx"
 // QT Includes
 #include <qdialog.h>
 
@@ -84,7 +84,7 @@ private:
     bool                          myBusy;
     SMESH::SMESH_Mesh_var         myMesh;
     SMESH_Actor*                  myActor;
-    Handle(SMESH_TypeFilter)      myMeshOrSubMeshFilter;
+    Handle(SMESH_LogicalFilter)   myMeshOrSubMeshOrGroupFilter;
 
     QButtonGroup* GroupConstructors;
     QRadioButton* Constructor1;