From 5e5d4b36d8e0567c84fc1942586f7de0118f57d2 Mon Sep 17 00:00:00 2001 From: TMA Salome Date: Fri, 25 Aug 2017 11:38:09 +0200 Subject: [PATCH] Paraview's pqMultiBlockInspectorPanel is now pqMultiBlockInspectorWidget --- src/PVGUI/PVGUI_Module_widgets.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVGUI/PVGUI_Module_widgets.cxx b/src/PVGUI/PVGUI_Module_widgets.cxx index 8da50c9e..d7e1fe85 100644 --- a/src/PVGUI/PVGUI_Module_widgets.cxx +++ b/src/PVGUI/PVGUI_Module_widgets.cxx @@ -52,7 +52,7 @@ #include #include #include -#include +#include #include #include #include @@ -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 -- 2.39.2