diff --git a/components/wallpaperimageplugin/wallpaperplugin.cpp b/components/wallpaperimageplugin/wallpaperplugin.cpp index 4a24aafd..d2c10fe2 100644 --- a/components/wallpaperimageplugin/wallpaperplugin.cpp +++ b/components/wallpaperimageplugin/wallpaperplugin.cpp @@ -357,4 +357,4 @@ void WallpaperConfigModel::repopulate() } } -#include "wallpaperplugin.moc" \ No newline at end of file +#include "wallpaperplugin.moc" diff --git a/containments/homescreens/folio/homescreen.cpp b/containments/homescreens/folio/homescreen.cpp index ee52d404..65bf571a 100644 --- a/containments/homescreens/folio/homescreen.cpp +++ b/containments/homescreens/folio/homescreen.cpp @@ -24,7 +24,6 @@ #include #include #include -#include HomeScreen::HomeScreen(QObject *parent, const KPluginMetaData &data, const QVariantList &args) : Plasma::Containment{parent, data, args} diff --git a/containments/homescreens/halcyon/homescreen.cpp b/containments/homescreens/halcyon/homescreen.cpp index 358cc79c..86beb986 100644 --- a/containments/homescreens/halcyon/homescreen.cpp +++ b/containments/homescreens/halcyon/homescreen.cpp @@ -8,7 +8,6 @@ #include #include -#include HomeScreen::HomeScreen(QObject *parent, const KPluginMetaData &data, const QVariantList &args) : Plasma::Containment{parent, data, args} diff --git a/containments/taskpanel/taskpanel.cpp b/containments/taskpanel/taskpanel.cpp index 2957d17a..7d7511c9 100644 --- a/containments/taskpanel/taskpanel.cpp +++ b/containments/taskpanel/taskpanel.cpp @@ -10,7 +10,6 @@ #include #include #include -#include // register type for Keyboards.KWinVirtualKeyboard.forceActivate(); Q_DECLARE_METATYPE(QDBusPendingReply<>) diff --git a/initialstart/initialstartutil.h b/initialstart/initialstartutil.h index b01730c7..9f0bae11 100644 --- a/initialstart/initialstartutil.h +++ b/initialstart/initialstartutil.h @@ -5,7 +5,7 @@ #include #include -#include +#include class InitialStartUtil : public QObject { diff --git a/kcms/powermanagement/batterymodel.cpp b/kcms/powermanagement/batterymodel.cpp index 92233161..7f48c301 100644 --- a/kcms/powermanagement/batterymodel.cpp +++ b/kcms/powermanagement/batterymodel.cpp @@ -10,7 +10,6 @@ #include #include -#include BatteryModel::BatteryModel(QObject *parent) : QAbstractListModel(parent) diff --git a/quicksettings/screenshot/screenshotutil.cpp b/quicksettings/screenshot/screenshotutil.cpp index 94fc964a..e9bd6ba1 100644 --- a/quicksettings/screenshot/screenshotutil.cpp +++ b/quicksettings/screenshot/screenshotutil.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include constexpr int SCREENSHOT_DELAY = 200;