Salome HOME
updated copyright message
[modules/yacs.git] / src / py2yacsgui / py2yacsgui.cxx
index 107d59d79edb9264c7da863faf5511636b3a9c59..5805ec699f3edef5788a19f3e413175fd9b382f0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2016-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-#include "Py2YacsDialog.hxx"
-#include <QApplication>
+
 #include "RuntimeSALOME.hxx"
+#include "Py2YacsDialog_raw.hxx"
+#include <QApplication>
 #include "Proc.hxx"
 
 #include <iostream>
@@ -26,7 +27,7 @@ int main(int argc, char *argv[])
 {
   QApplication app(argc,argv);
   YACS::ENGINE::RuntimeSALOME::setRuntime();
-  Py2YacsDialog mygui;
+  Py2YacsDialog_raw mygui;
   if(mygui.exec())
   {
     std::cout << "Accepted" << std::endl;