Salome HOME
21854: Add persistent dimensions
[modules/geom.git] / src / AdvancedGUI / AdvancedGUI.h
index 710bb39ff3e99132d034bad5242b4b7701622722..7d746c5d556ac980b744e0f7ce27d89f62e5473a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #ifndef ADVANCEDGUI_H
 #define ADVANCEDGUI_H
 
-#include "GEOMGUI.h"
+#include "GEOMPluginGUI.h"
   
 //=================================================================================
 // class    : AdvancedGUI
 // purpose  :
 //=================================================================================
-class AdvancedGUI : public GEOMGUI
+class AdvancedGUI : public GEOMPluginGUI
 {
 public:
   AdvancedGUI( GeometryGUI* );
   ~AdvancedGUI();
 
   bool OnGUIEvent( int, SUIT_Desktop* );
+  bool OnGUIEvent( const QString&, SUIT_Desktop* );
 };
 
 #endif // ADVANCEDGUI_H