Salome HOME
New Py2YacsDialog using PyEditor_Window.
[modules/yacs.git] / src / py2yacsgui / py2yacsgui.cxx
index 107d59d79edb9264c7da863faf5511636b3a9c59..c1f40633ff6f3f3fb4b1ab4c750a3a400a34c144 100644 (file)
@@ -16,7 +16,7 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-#include "Py2YacsDialog.hxx"
+#include "Py2YacsDialog_raw.hxx"
 #include <QApplication>
 #include "RuntimeSALOME.hxx"
 #include "Proc.hxx"
@@ -26,7 +26,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;