From 8aa81a1dc7fa978d44d2c6397df270432df1506f Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sat, 11 Jun 2022 19:23:30 +0200 Subject: [PATCH] Cleanup config-dolphin.h includes --- src/dolphinmainwindow.h | 2 +- src/kitemviews/kfileitemmodelrolesupdater.h | 2 +- src/panels/information/informationpanelcontent.h | 2 +- src/search/dolphinquery.cpp | 2 +- src/search/dolphinsearchbox.cpp | 2 +- src/views/dolphinview.h | 2 +- src/views/tooltips/dolphinfilemetadatawidget.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 6376d0e268..030c8bb28c 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -10,7 +10,7 @@ #define DOLPHIN_MAINWINDOW_H #include "dolphintabwidget.h" -#include +#include "config-dolphin.h" #include #include #include diff --git a/src/kitemviews/kfileitemmodelrolesupdater.h b/src/kitemviews/kfileitemmodelrolesupdater.h index a8261c9875..3153e5f13a 100644 --- a/src/kitemviews/kfileitemmodelrolesupdater.h +++ b/src/kitemviews/kfileitemmodelrolesupdater.h @@ -13,7 +13,7 @@ #include #include -#include +#include "config-dolphin.h" #include #include diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 49388a459a..b2007b0aac 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -8,7 +8,7 @@ #define INFORMATIONPANELCONTENT_H #include -#include +#include "config-dolphin.h" #include #include diff --git a/src/search/dolphinquery.cpp b/src/search/dolphinquery.cpp index a86f127e0b..687213cbf1 100644 --- a/src/search/dolphinquery.cpp +++ b/src/search/dolphinquery.cpp @@ -8,7 +8,7 @@ #include -#include +#include "config-dolphin.h" #if HAVE_BALOO #include #endif diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 4fb0e7b0c4..725ddcabc6 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include "config-dolphin.h" #if HAVE_BALOO #include #include diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 0a5011d2fc..33d432c9e3 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -14,7 +14,7 @@ #include #include -#include +#include "config-dolphin.h" #include #include diff --git a/src/views/tooltips/dolphinfilemetadatawidget.h b/src/views/tooltips/dolphinfilemetadatawidget.h index 21e2cb6dd3..63bd8b0938 100644 --- a/src/views/tooltips/dolphinfilemetadatawidget.h +++ b/src/views/tooltips/dolphinfilemetadatawidget.h @@ -9,7 +9,7 @@ #ifndef DOLPHINFILEMETADATAWIDGET_H #define DOLPHINFILEMETADATAWIDGET_H -#include +#include "config-dolphin.h" #include