Salome HOME
Join modifications from branch BR_3_1_0deb
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Dialog.h
index cfc69adb14fab0b030c966f9ae97d9660fbdb9f8..73c92abe2aeb1baf463d9a564c19b5ec26dc3f14 100644 (file)
@@ -30,7 +30,7 @@
 #ifndef SMESHGUI_DIALOG_H
 #define SMESHGUI_DIALOG_H
 
-#include <SalomeApp_Dialog.h>
+#include <LightApp_Dialog.h>
 
 class SUIT_Desktop;
 class SUIT_ResourceMgr;
@@ -39,12 +39,12 @@ class SUIT_ResourceMgr;
 // class    : SMESHGUI_Dialog
 // purpose  : Base dialog for all SMESHGUI dialogs
 //=================================================================================
-class SMESHGUI_Dialog : public SalomeApp_Dialog
+class SMESHGUI_Dialog : public LightApp_Dialog
 {
   Q_OBJECT
   
 public:
-  SMESHGUI_Dialog( QWidget* = 0, const bool = false, const bool = false, const int = OK | Cancel | Apply );
+  SMESHGUI_Dialog( QWidget* = 0, const bool = false, const bool = false, const int = OK | Close | Apply );
   virtual ~SMESHGUI_Dialog();
 
   virtual void show();