From: TMA Salome Date: Fri, 25 Aug 2017 09:38:09 +0000 (+0200) Subject: Paraview's pqMultiBlockInspectorPanel is now pqMultiBlockInspectorWidget X-Git-Tag: V8_4_0a2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5e5d4b36d8e0567c84fc1942586f7de0118f57d2;p=modules%2Fparavis.git Paraview's pqMultiBlockInspectorPanel is now pqMultiBlockInspectorWidget --- 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