Remove unused traces of kdesu

Summary: Include is unused, and kdesu should die regardless

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D2681
wilder-5.14
David Edmundson 10 years ago
parent 993983b3c3
commit a2202472aa
  1. 1
      runners/shell/CMakeLists.txt
  2. 3
      runners/shell/shellrunner.cpp

@ -13,7 +13,6 @@ target_link_libraries(krunner_shell
KF5::I18n
KF5::Plasma
KF5::Runner
KF5::Su
KF5::Completion
Qt5::Widgets
)

@ -21,9 +21,6 @@
#include <KAuthorized>
#include <QDebug>
#ifdef Q_OS_UNIX
#include <KDESu/SuProcess>
#endif
#include <KLocalizedString>
#include <KRun>
#include <KShell>

Loading…
Cancel
Save