diff --git a/CMakeLists.txt b/CMakeLists.txt index 205a28f..2c5577d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,6 @@ find_package(KF5 5.23 REQUIRED ConfigWidgets CoreAddons Crash - DBusAddons DocTools I18n IconThemes diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c6c6b5c..71f60f6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -44,7 +44,6 @@ target_link_libraries(partitionmanager ${BLKID_LIBRARIES} KF5::ConfigWidgets KF5::CoreAddons KF5::Crash - KF5::DBusAddons KF5::I18n KF5::IconThemes KF5::JobWidgets diff --git a/src/main.cpp b/src/main.cpp index 70b5c6a..167355e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,7 +28,6 @@ #include #include -#include #include #include #include @@ -87,8 +86,6 @@ int Q_DECL_IMPORT main(int argc, char* argv[]) if (!loadBackend()) return 0; - KDBusService service(KDBusService::Unique); - MainWindow* mainWindow = new MainWindow(); mainWindow->show();