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