diff --git a/includes/CMakeLists.txt b/includes/CMakeLists.txt index 174a9993..8a4005da 100644 --- a/includes/CMakeLists.txt +++ b/includes/CMakeLists.txt @@ -866,13 +866,6 @@ if(QT_QTOPENGL_FOUND) DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma COMPONENT Devel) endif(QT_QTOPENGL_FOUND) -if(NOT KDE_NO_DEPRECATED) -install( FILES - Plasma/AnimationDriver -DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma COMPONENT Devel) -endif(NOT KDE_NO_DEPRECATED) - - install(FILES KUnitConversion/Converter KUnitConversion/Unit diff --git a/includes/Plasma/AnimationDriver b/includes/Plasma/AnimationDriver deleted file mode 100644 index 44c18729..00000000 --- a/includes/Plasma/AnimationDriver +++ /dev/null @@ -1 +0,0 @@ -#include "../../plasma/animationdriver.h"