diff --git a/CMakeLists.txt b/CMakeLists.txt index 13b82b369..ddb64abf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -212,7 +212,7 @@ install(FILES includes/PushButton includes/RadioButton includes/WebContent - DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma/Widgets) + DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma) if(QT_QTOPENGL_FOUND AND OPENGL_FOUND) diff --git a/includes/CheckBox b/includes/CheckBox index dd047b1d7..3e78820f0 100644 --- a/includes/CheckBox +++ b/includes/CheckBox @@ -1 +1 @@ -#include "../../../plasma/widgets/checkbox.h" +#include "../../plasma/widgets/checkbox.h" diff --git a/includes/Label b/includes/Label index b4af62ca2..6796769dd 100644 --- a/includes/Label +++ b/includes/Label @@ -1 +1 @@ -#include "../../../plasma/widgets/label.h" +#include "../../plasma/widgets/label.h" diff --git a/includes/LineEdit b/includes/LineEdit index 7eb5ba021..51100c20c 100644 --- a/includes/LineEdit +++ b/includes/LineEdit @@ -1 +1 @@ -#include "../../../plasma/widgets/lineedit.h" +#include "../../plasma/widgets/lineedit.h" diff --git a/includes/PushButton b/includes/PushButton index 8854ebfd0..f3634f454 100644 --- a/includes/PushButton +++ b/includes/PushButton @@ -1 +1 @@ -#include "../../../plasma/widgets/pushbutton.h" +#include "../../plasma/widgets/pushbutton.h" diff --git a/includes/RadioButton b/includes/RadioButton index 74ba5b4d8..556104eb5 100644 --- a/includes/RadioButton +++ b/includes/RadioButton @@ -1 +1 @@ -#include "../../../plasma/widgets/radiobutton.h" +#include "../../plasma/widgets/radiobutton.h" diff --git a/includes/WebContent b/includes/WebContent index 55412c686..9ed40b873 100644 --- a/includes/WebContent +++ b/includes/WebContent @@ -1 +1 @@ -#include "../../../plasma/widgets/webcontent.h" +#include "../../plasma/widgets/webcontent.h"