┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/general
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2022-09-26 08:17:13 +0200
committerLaurent Montel <[email protected]>2022-09-26 08:17:13 +0200
commite19aa49a082076d5ae69931893c1d47b98f85e30 (patch)
tree937f199ccdd30b7fdabc7becafae50607cb4bf91 /src/settings/general
parentc9271bf5b89f6995ae8ec5740880c752e7e6d982 (diff)
Remove unused includes
Diffstat (limited to 'src/settings/general')
-rw-r--r--src/settings/general/configurepreviewplugindialog.h1
-rw-r--r--src/settings/general/previewssettingspage.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/settings/general/configurepreviewplugindialog.h b/src/settings/general/configurepreviewplugindialog.h
index 967780c37..2da7a3afd 100644
--- a/src/settings/general/configurepreviewplugindialog.h
+++ b/src/settings/general/configurepreviewplugindialog.h
@@ -7,7 +7,6 @@
#ifndef CONFIGUREPREVIEWPLUGINDIALOG_H
#define CONFIGUREPREVIEWPLUGINDIALOG_H
-#include <QtGlobal>
#include <kiowidgets_export.h>
#if KIOWIDGETS_BUILD_DEPRECATED_SINCE(5, 87)
diff --git a/src/settings/general/previewssettingspage.cpp b/src/settings/general/previewssettingspage.cpp
index f38a7d12b..b30d1940a 100644
--- a/src/settings/general/previewssettingspage.cpp
+++ b/src/settings/general/previewssettingspage.cpp
@@ -18,7 +18,6 @@
#include <QHBoxLayout>
#include <QLabel>
#include <QListView>
-#include <QPainter>
#include <QScroller>
#include <QShowEvent>
#include <QSortFilterProxyModel>