]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Paraview's pqMultiBlockInspectorPanel is now pqMultiBlockInspectorWidget
authorTMA Salome <tma.edf@opencascade.com>
Fri, 25 Aug 2017 09:38:09 +0000 (11:38 +0200)
committerTMA Salome <tma.edf@opencascade.com>
Fri, 25 Aug 2017 09:38:09 +0000 (11:38 +0200)
src/PVGUI/PVGUI_Module_widgets.cxx

index 8da50c9eeba5f624afcf165ef5b89bf2c9c29196..d7e1fe85910b4bdd4602d5560d080f611397453f 100644 (file)
@@ -52,7 +52,7 @@
 #include <pqDataInformationWidget.h>
 #include <pqPVAnimationWidget.h>
 #include <pqFindDataSelectionDisplayFrame.h>
-#include <pqMultiBlockInspectorPanel.h>
+#include <pqMultiBlockInspectorWidget.h>
 #include <pqProgressWidget.h>
 #include <pqProgressManager.h>
 #include <pqPropertiesPanel.h>
@@ -264,7 +264,7 @@ void PVGUI_Module::setupDockWidgets()
   QDockWidget* multiBlockInspectorPanelDock  = new QDockWidget( tr( "TTL_MUTLI_BLOCK_INSPECTOR" ), desk );
   multiBlockInspectorPanelDock->setObjectName("multiBlockInspectorPanelDock");
   desk->addDockWidget( Qt::LeftDockWidgetArea, multiBlockInspectorPanelDock );
-  pqMultiBlockInspectorPanel* mbi_panel = new pqMultiBlockInspectorPanel( multiBlockInspectorPanelDock );
+  pqMultiBlockInspectorWidget* mbi_panel = new pqMultiBlockInspectorWidget( multiBlockInspectorPanelDock );
   multiBlockInspectorPanelDock->setWidget(mbi_panel);
   myDockWidgets[multiBlockInspectorPanelDock] = false; // hidden by default