From 96aef9cefe70160a54d2412a40b970d50244bd51 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 18 Mar 2016 18:01:10 +0300 Subject: [PATCH] Update according PyConsole redesign in GUI module --- src/HEXABLOCKGUI/HEXABLOCKGUI_DocumentPanel.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HEXABLOCKGUI/HEXABLOCKGUI_DocumentPanel.cxx b/src/HEXABLOCKGUI/HEXABLOCKGUI_DocumentPanel.cxx index a60cf72..9ec2dd2 100755 --- a/src/HEXABLOCKGUI/HEXABLOCKGUI_DocumentPanel.cxx +++ b/src/HEXABLOCKGUI/HEXABLOCKGUI_DocumentPanel.cxx @@ -32,7 +32,7 @@ #include #include #ifndef DISABLE_PYCONSOLE -#include +#include #endif #include @@ -5887,7 +5887,7 @@ bool ComputeMeshDialog::apply(QModelIndex& result) .arg( _fact->text() ); SalomeApp_Application* app = dynamic_cast( SUIT_Session::session()->activeApplication() ); - SalomePyConsole_Console* pyConsole = app->pythonConsole(); + PyConsole_Console* pyConsole = app->pythonConsole(); if ( pyConsole ) pyConsole->exec( command ); -- 2.39.2