Salome HOME
Correct wrong addition
[modules/geom.git] / src / BasicGUI / BasicGUI_ArcDlg.h
index 7694f282d886968aa5db9dff2e981c8077b5c4b7..eaf5eb5010d8f0cf852982154b8d4067f63961a7 100644 (file)
@@ -27,7 +27,8 @@
 #ifndef BASICGUI_ARCDLG_H
 #define BASICGUI_ARCDLG_H
 
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
+#include "GEOM_GenericObjPtr.h"
 
 class DlgRef_3Sel;
 class DlgRef_3Sel1Check;
@@ -56,7 +57,7 @@ private:
   void                               enterEvent( QEvent* );
 
 private:
-  GEOM::GEOM_Object_var              myPoint1, myPoint2, myPoint3;
+  GEOM::GeomObjPtr                   myPoint1, myPoint2, myPoint3;
 
   DlgRef_3Sel*                       Group3Pnts;
   DlgRef_3Sel1Check*                 Group3Pnts2;
@@ -68,7 +69,6 @@ private slots:
   
   void                               ActivateThisDialog();
   void                               ConstructorsClicked( int );
-  void                               LineEditReturnPressed();
   void                               SelectionIntoArgument();
   void                               SetEditCurrentArgument();
   void                               ReverseSense();