]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/BooleanGUI/BooleanGUI_Dialog.h
Salome HOME
Porting to Qt4.
[modules/geom.git] / src / BooleanGUI / BooleanGUI_Dialog.h
index ecaadcc55368b03e5510c8a69378c8d1ba319df2..71fa365285e60f3c01e6e26b71d0552ad4a3787b 100644 (file)
 #ifndef BooleanGUI_Dialog_H
 #define BooleanGUI_Dialog_H
 
-#include "GEOMBase_Skeleton.h"
+#include "BooleanGUI.h" //for wnt defines
 
-class DlgRef_2Sel_QTD;
+#include "GEOMBase_Skeleton.h"
+#include "DlgRef_2Sel_QTD.h"
 
 //=================================================================================
 // class    : BooleanGUI_Dialog
 // purpose  :
 //=================================================================================
-class BooleanGUI_Dialog : public GEOMBase_Skeleton
+class GEOM_BOOLEANGUI_EXPORT BooleanGUI_Dialog : public GEOMBase_Skeleton
 {
     Q_OBJECT
 
 public:
     BooleanGUI_Dialog( const int theOperation, GeometryGUI* theGeometryGUI, QWidget* parent = 0,
-                      const char* name = 0, bool modal = FALSE, WFlags fl = 0);
+                      const char* name = 0, bool modal = FALSE, Qt::WindowFlags fl = 0);
     ~BooleanGUI_Dialog();
 
 protected:
@@ -60,7 +61,7 @@ private:
     GEOM::GEOM_Object_var myObject1;
     GEOM::GEOM_Object_var myObject2;
 
-    DlgRef_2Sel_QTD* myGroup;
+    Ui::DlgRef_2Sel_QTD* myGroup;
 
 private slots:
     void ClickOnOk();