Salome HOME
debug of DTM object
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_SplitPolylinesDlg.h
index dedda92985f4eb284e996dbc8f719f07b2a4a4cf..bd42a88265f3b8eab5537eb9e49282449884f1bc 100644 (file)
@@ -30,7 +30,6 @@ class gp_Pnt2d;
 class OCCViewer_Viewer;
 class SUIT_ViewWindow;
 class OCCViewer_ViewPort3d;
-class QLineEdit;
 
 class HYDROGUI_SplitPolylinesDlg : public HYDROGUI_InputPanel
 {
@@ -43,7 +42,6 @@ public:
   HYDROGUI_SplitPolylinesDlg( HYDROGUI_Module* theModule, const QString& theTitle );
   virtual ~HYDROGUI_SplitPolylinesDlg();
 
-  QString                        GetResultName() const;
   Mode                           GetMode() const; 
   Handle( HYDROData_PolylineXY ) GetMainPolyline() const;
   Handle( HYDROData_PolylineXY ) GetToolPolyline() const;
@@ -65,7 +63,6 @@ private:
   OCCViewer_ViewPort3d* getViewPort() const;
 
 private:
-  QLineEdit*            myName;
   QTabWidget*           myTab;
   QtxDoubleSpinBox*     myX;
   QtxDoubleSpinBox*     myY;