Salome HOME
Hide scroll bar in SALOME
[modules/shaper.git] / src / SHAPERGUI / SHAPERGUI_SalomeViewer.h
index 3e34b603aebf3b8dc3d142767d876b387dd28888..e97c3e10b5a02e78cf5827b0d3596edd23be8250 100644 (file)
@@ -24,7 +24,7 @@ class SUIT_ViewManager;
 
 /**
 * \ingroup Salome
-* A class for providing access of NewGeom functionality to 
+* A class for providing access of SHAPERGUI functionality to 
 * SALOME view window functionality
 */
 class SHAPERGUI_SalomeView: public ModuleBase_IViewWindow
@@ -58,7 +58,7 @@ private:
 
 /**
 * \ingroup Salome
-* A class for providing access of NewGeom functionality to 
+* A class for providing access of SHAPERGUI functionality to 
 * SALOME viewer functionality
 */
 class SHAPERGUI_SalomeViewer : public ModuleBase_IViewer
@@ -102,7 +102,7 @@ Q_OBJECT
   virtual bool enableDrawMode(bool isEnabled);
 
   //! For some signals it disconnects the window from usual signal and connect it to the module ones
-  void reconnectActions(SUIT_ViewWindow* theWindow, const bool theUseNewGeomSlot);
+  void reconnectActions(SUIT_ViewWindow* theWindow, const bool theUseSHAPERSlot);
 
   //! Perfroms the fit all for the active view
   virtual void fitAll();