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