X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fpy2yacsgui%2Fpy2yacsgui.cxx;h=5805ec699f3edef5788a19f3e413175fd9b382f0;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=107d59d79edb9264c7da863faf5511636b3a9c59;hpb=8378144aafd0afcf804efc3e56dc01083fb751f0;p=modules%2Fyacs.git diff --git a/src/py2yacsgui/py2yacsgui.cxx b/src/py2yacsgui/py2yacsgui.cxx index 107d59d79..5805ec699 100644 --- a/src/py2yacsgui/py2yacsgui.cxx +++ b/src/py2yacsgui/py2yacsgui.cxx @@ -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 @@ -16,9 +16,10 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -#include "Py2YacsDialog.hxx" -#include + #include "RuntimeSALOME.hxx" +#include "Py2YacsDialog_raw.hxx" +#include #include "Proc.hxx" #include @@ -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;