X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_AdaptDlg.h;h=1231b067e4a84471c9f11902f1ceaca3f9e89fcc;hb=624e57e97d4aaea94f4318200b82f7756f27453a;hp=4392340ea1363ffff54afe9b7c7368e46a001edc;hpb=d72d95195cff80e11734325856974e3d40dce7ff;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_AdaptDlg.h b/src/SMESHGUI/SMESHGUI_AdaptDlg.h index 4392340ea..1231b067e 100644 --- a/src/SMESHGUI/SMESHGUI_AdaptDlg.h +++ b/src/SMESHGUI/SMESHGUI_AdaptDlg.h @@ -40,17 +40,15 @@ class SMESHGUI; // class : SMESHGUI_AdaptDlg // purpose : //================================================================================= -class SMESHGUI_EXPORT SMESHGUI_AdaptDlg : public QDialog +class SMESHGUI_EXPORT SMESHGUI_AdaptDlg : public QWidget { - Q_OBJECT - public: SMESHGUI_AdaptDlg( SMESHGUI*, int theCommandID, SMESH::SMESH_Mesh_ptr = SMESH::SMESH_Mesh::_nil() ); ~SMESHGUI_AdaptDlg(); - virtual bool action (int theCommandID); + void action (int theCommandID); virtual bool OnGUIEvent (int theCommandID); // static ADAPT::ADAPT_Gen_var InitAdaptGen(SalomeApp_Application*); @@ -63,7 +61,7 @@ private slots: private: - void recupPreferences(); +// void recupPreferences(); SMESHGUI* mySMESHGUI; /* Current SMESHGUI object */ QString _ObjectName;