X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_DeleteGroupDlg.h;h=c972ce75de7565427724b1c625d6e6ff2fabc99d;hp=baf88c398c57936d77e26b51d6225c48935afbef;hb=79b1ac2b6df9117f16f11d444b1f165d477a1813;hpb=57b43b4d010e2d0a1529d3c131bbb9d416e63258 diff --git a/src/SMESHGUI/SMESHGUI_DeleteGroupDlg.h b/src/SMESHGUI/SMESHGUI_DeleteGroupDlg.h index baf88c398..c972ce75d 100644 --- a/src/SMESHGUI/SMESHGUI_DeleteGroupDlg.h +++ b/src/SMESHGUI/SMESHGUI_DeleteGroupDlg.h @@ -15,7 +15,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -27,6 +27,8 @@ #ifndef SMESHGUI_DELETEGROUPDLG_H #define SMESHGUI_DELETEGROUPDLG_H +#include "SMESH_SMESHGUI.hxx" + #include #include @@ -47,7 +49,7 @@ class LightApp_SelectionMgr; * Description : Delete groups and their contents */ -class SMESHGUI_DeleteGroupDlg : public QDialog +class SMESHGUI_EXPORT SMESHGUI_DeleteGroupDlg : public QDialog { Q_OBJECT @@ -61,6 +63,7 @@ private: void closeEvent (QCloseEvent*); void enterEvent (QEvent*); + void keyPressEvent(QKeyEvent*); private slots: