Salome HOME
SMH: Merged GEOM (NEWGUI, HEAD, POLYWORK)
[modules/geom.git] / src / GroupGUI / GroupGUI.h
index dd3fd8de95e1e659c8ecc0331c1f4823b12ed05e..cfe3191a3bf756a160af311f539fe87a3b11634e 100644 (file)
@@ -40,15 +40,15 @@ class GroupGUI : public GEOMGUI
   Q_OBJECT
 
 protected:
-  GroupGUI(); // hide constructor to avoid direct creation
+  GroupGUI(GeometryGUI* parent); // hide constructor to avoid direct creation
 
 public :
   ~GroupGUI();
 
   // Get the only GroupGUI object
-  static GroupGUI* GetGroupGUI();
+  static GroupGUI* GetGroupGUI(GeometryGUI* parent);
 
-  bool OnGUIEvent( int theCommandID, QAD_Desktop* parent );
+  bool OnGUIEvent( int theCommandID, SUIT_Desktop* parent );
 
 private:
   static GroupGUI* myGUIObject;        // the only GroupGUI object