diff --git a/src/gui/python-decorator.hh b/src/gui/python-decorator.hh
index 35ff55e2f3cc8b36caa465568616a9c8b6777856..f4e727af2473350077678efb5c526d4ea96efc92 100644
--- a/src/gui/python-decorator.hh
+++ b/src/gui/python-decorator.hh
@@ -1,7 +1,7 @@
 #ifndef GEPETTO_GUI_PYTHON_DECORATOR_HH
 #define GEPETTO_GUI_PYTHON_DECORATOR_HH
 
-#include <PythonQt/PythonQt.h>
+#include <PythonQt.h>
 
 #include <gepetto/gui/mainwindow.hh>
 #include <gepetto/gui/osgwidget.hh>
diff --git a/src/gui/pythonwidget.cc b/src/gui/pythonwidget.cc
index 791ac0f59db6f930a552bba20f1d51f21d7852f9..1ab934e1885d68eaa14bb0de38692831a8a54ef2 100644
--- a/src/gui/pythonwidget.cc
+++ b/src/gui/pythonwidget.cc
@@ -2,11 +2,11 @@
 
 #include <QAction>
 #include <QFileDialog>
-#include <PythonQt/PythonQt.h>
-#include <PythonQt/PythonQt_QtAll.h>
-#include <PythonQt/gui/PythonQtScriptingConsole.h>
-#include <PythonQt/PythonQtClassInfo.h>
-#include <PythonQt/PythonQt_QtBindings.h>
+#include <PythonQt.h>
+#include <PythonQt_QtAll.h>
+#include <gui/PythonQtScriptingConsole.h>
+#include <PythonQtClassInfo.h>
+#include <PythonQt_QtBindings.h>
 
 #include "gepetto/gui/osgwidget.hh"
 #include "gepetto/gui/mainwindow.hh"