Salome HOME
Updated copyright comment
[modules/med.git] / src / MEDCalc / gui / XmedConsoleDriver.hxx
index 2334dd458b46a005e3ec5a6419ab7f9ddafa3af2..f02977c352a6a583649ef14f68d42452949c398d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@
 
 #include "MEDCALCGUI.hxx"
 
-#include <SalomePyConsole_Console.h>
+#include <PyConsole_Console.h>
 
 #include <QStringList>
 
@@ -39,7 +39,7 @@ public:
 
 private:
   MEDModule* _salomeModule;
-  SalomePyConsole_Console * _pyConsole;
+  PyConsole_Console * _pyConsole;
   bool _importXmedDone;
 };