Salome HOME
Merge from V6_main 11/02/2013
[modules/paravis.git] / src / PVGUI / PVGUI_ViewManager.h
index dc8be9fc007481d47000a411abb91c0ae0b5b335..eb4f86c38df3476f57d533a780109c130feff7a3 100644 (file)
@@ -1,17 +1,17 @@
-// Copyright (C) 2005  OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA R&D
-// 
+// Copyright (C) 2010-2012  CEA/DEN, EDF R&D
+//
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either 
+// License as published by the Free Software Foundation; either
 // version 2.1 of the License.
-// 
-// This library is distributed in the hope that it will be useful 
-// but WITHOUT ANY WARRANTY; without even the implied warranty of 
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 // Lesser General Public License for more details.
 //
-// You should have received a copy of the GNU Lesser General Public  
-// License along with this library; if not, write to the Free Software 
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
@@ -23,7 +23,7 @@
 
 class SUIT_Desktop;
 class SUIT_Study;
-class pqViewManager;
+class pqTabbedMultiViewWidget;
 
 class PVGUI_ViewManager : public SUIT_ViewManager
 {
@@ -33,7 +33,7 @@ public:
   PVGUI_ViewManager( SUIT_Study*, SUIT_Desktop* );
   ~PVGUI_ViewManager();
 
-  pqViewManager*     getMultiViewManager();
+  pqTabbedMultiViewWidget*     getMultiViewManager();
 };
 
 #endif