From d9ec4018b4bf0e1046cc40b7e45d8e900586285a Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Thu, 8 Feb 2018 13:26:01 +0100 Subject: [PATCH] Follow change in PythonQt --- src/gui/pythonwidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/pythonwidget.cc b/src/gui/pythonwidget.cc index 0bcd361..2406638 100644 --- a/src/gui/pythonwidget.cc +++ b/src/gui/pythonwidget.cc @@ -3,7 +3,7 @@ #include <QFileDialog> #include <PythonQt/PythonQt.h> #include <PythonQt/PythonQt_QtAll.h> -#include <PythonQt/PythonQtScriptingConsole.h> +#include <PythonQt/gui/PythonQtScriptingConsole.h> #include <PythonQt/PythonQtClassInfo.h> #include <PythonQt/PythonQt_QtBindings.h> -- GitLab