diff --git a/CHANGES b/CHANGES index 9bdd55f..231aa26 100644 --- a/CHANGES +++ b/CHANGES @@ -18,9 +18,6 @@ * Add a kcm for KDE Partition Manager. If this is built and installed or not can be (like it already is the case with the KPart) configured via cmake. -* Require KDE 4.2. (It will still work with KDE 4.1 but you'll have to hack the - build yourself to make it work). - 1.0.0-BETA1 =========== diff --git a/CMakeLists.txt b/CMakeLists.txt index 1115405..90098aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ set(VERSION_SUFFIX "-BETA2") set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}${VERSION_SUFFIX}) add_definitions(-D'VERSION="${VERSION}"') -set(KDE_MIN_VERSION 4.2) +set(KDE_MIN_VERSION 4.1) find_package(KDE4 REQUIRED) find_package(MSGFMT REQUIRED) diff --git a/INSTALL b/INSTALL index edfd7bc..11d39e0 100644 --- a/INSTALL +++ b/INSTALL @@ -15,7 +15,7 @@ install your distribution's packages (again, don't forget the dev-package). libblkid: Also part of e2fsprogs. See libuuid. -KDE4: KDE 4.0 or 4.1 will not work. The minimum required version is 4.2.0. +KDE4: KDE 4.0 will not work. The minimum required version is 4.1.0. 2. Configure