diff --git a/nepomuk/CMakeLists.txt b/nepomuk/CMakeLists.txt
index 26e743f..d2d5bd4 100644
--- a/nepomuk/CMakeLists.txt
+++ b/nepomuk/CMakeLists.txt
@@ -181,7 +181,6 @@ install(FILES
   DESTINATION ${INCLUDE_INSTALL_DIR}/nepomuk COMPONENT Devel
 )
 
-if(NOT KDE_NO_DEPRECATED)
   install(FILES
     core/tools.h
     types/desktopontologyloader.h
@@ -192,7 +191,6 @@ if(NOT KDE_NO_DEPRECATED)
     types/ontologymanager.h
   DESTINATION ${INCLUDE_INSTALL_DIR}/nepomuk COMPONENT Devel
   )
-endif(NOT KDE_NO_DEPRECATED)
 
 add_subdirectory(rcgen)
 add_subdirectory(query)
