diff --git a/src/libs/vpropertyexplorer/plugins/vemptyproperty.cpp b/src/libs/vpropertyexplorer/plugins/vemptyproperty.cpp index 43bbdd65c..38ba60ee7 100644 --- a/src/libs/vpropertyexplorer/plugins/vemptyproperty.cpp +++ b/src/libs/vpropertyexplorer/plugins/vemptyproperty.cpp @@ -26,7 +26,7 @@ #include #include -#include "plugins/../vproperty.h" +#include "../vproperty.h" class QAbstractItemDelegate; class QStyleOptionViewItem; diff --git a/src/libs/vpropertyexplorer/plugins/vfileproperty.cpp b/src/libs/vpropertyexplorer/plugins/vfileproperty.cpp index 1ccef2f3f..e5f900321 100644 --- a/src/libs/vpropertyexplorer/plugins/vfileproperty.cpp +++ b/src/libs/vpropertyexplorer/plugins/vfileproperty.cpp @@ -27,7 +27,7 @@ #include "../vfileproperty_p.h" #include "vfilepropertyeditor.h" -#include "vproperty_p.h" +#include "../vproperty_p.h" class QStyleOptionViewItem; diff --git a/src/libs/vpropertyexplorer/plugins/vwidgetproperty.cpp b/src/libs/vpropertyexplorer/plugins/vwidgetproperty.cpp index 26d962c75..985626b90 100644 --- a/src/libs/vpropertyexplorer/plugins/vwidgetproperty.cpp +++ b/src/libs/vpropertyexplorer/plugins/vwidgetproperty.cpp @@ -25,8 +25,8 @@ #include #include "../vwidgetproperty_p.h" -#include "plugins/vemptyproperty.h" -#include "vproperty.h" +#include "vemptyproperty.h" +#include "../vproperty.h" using namespace VPE; diff --git a/src/libs/vpropertyexplorer/vstandardpropertyfactory.cpp b/src/libs/vpropertyexplorer/vstandardpropertyfactory.cpp index 0004e23f9..cdb143368 100644 --- a/src/libs/vpropertyexplorer/vstandardpropertyfactory.cpp +++ b/src/libs/vpropertyexplorer/vstandardpropertyfactory.cpp @@ -20,7 +20,7 @@ #include "vstandardpropertyfactory.h" -#include "plugins/Vector3d/../../vproperty.h" +#include "vproperty.h" #include "plugins/Vector3d/vvector3dproperty.h" #include "plugins/vboolproperty.h" #include "plugins/vcolorproperty.h"