Salome HOME
Bugs 153, 154.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ProfileDlg.h
index 388fc48df5ca9b2802a88226824731b4851b1eab..96f37e7deb17ddc3dc1eb459cc32bd8795f8768b 100644 (file)
 
 #include <AIS_InteractiveContext.hxx>
 
-class QGroupBox;
 class QLineEdit;
 class CurveCreator_Widget;
-class OCCViewer_ViewWidget;
 class CurveCreator_ICurve;
 class OCCViewer_Viewer;
+class QGroupBox;
 
 class HYDROGUI_ProfileDlg : public HYDROGUI_InputPanel
 {
@@ -60,6 +59,7 @@ public:
 protected slots:
   void processStartedSubOperation( QWidget* );
   void processFinishedSubOperation( QWidget* );
+
 signals:
   void                  createPreview( QString );
   void                  selectionChanged();
@@ -69,8 +69,8 @@ signals:
 private:
   QLineEdit*            myName;
   CurveCreator_Widget*  myEditorWidget;
-  //QGroupBox*            myAddElementBox;
-  OCCViewer_ViewWidget* myViewWidget;
+  QGroupBox*            myAddElementBox;
+  OCCViewer_Viewer*     myViewer;
 };
 
 #endif