diff options
| -rw-r--r-- | src/dolphinmainwindow.h | 2 | ||||
| -rw-r--r-- | src/kitemviews/kfileitemmodelrolesupdater.h | 2 | ||||
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 2 | ||||
| -rw-r--r-- | src/search/dolphinquery.cpp | 2 | ||||
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 2 | ||||
| -rw-r--r-- | src/views/dolphinview.h | 2 | ||||
| -rw-r--r-- | src/views/tooltips/dolphinfilemetadatawidget.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 6376d0e26..030c8bb28 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -10,7 +10,7 @@ #define DOLPHIN_MAINWINDOW_H #include "dolphintabwidget.h" -#include <config-dolphin.h> +#include "config-dolphin.h" #include <KFileItemActions> #include <kio/fileundomanager.h> #include <kxmlguiwindow.h> diff --git a/src/kitemviews/kfileitemmodelrolesupdater.h b/src/kitemviews/kfileitemmodelrolesupdater.h index a8261c987..3153e5f13 100644 --- a/src/kitemviews/kfileitemmodelrolesupdater.h +++ b/src/kitemviews/kfileitemmodelrolesupdater.h @@ -13,7 +13,7 @@ #include <list> #include <KFileItem> -#include <config-dolphin.h> +#include "config-dolphin.h" #include <QObject> #include <QSet> diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 49388a459..b2007b0aa 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -8,7 +8,7 @@ #define INFORMATIONPANELCONTENT_H #include <KFileItem> -#include <config-dolphin.h> +#include "config-dolphin.h" #include <QPointer> #include <QUrl> diff --git a/src/search/dolphinquery.cpp b/src/search/dolphinquery.cpp index a86f127e0..687213cbf 100644 --- a/src/search/dolphinquery.cpp +++ b/src/search/dolphinquery.cpp @@ -8,7 +8,7 @@ #include <QRegularExpression> -#include <config-dolphin.h> +#include "config-dolphin.h" #if HAVE_BALOO #include <Baloo/Query> #endif diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 4fb0e7b0c..725ddcabc 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -15,7 +15,7 @@ #include <KLocalizedString> #include <KMoreToolsMenuFactory> #include <KSeparator> -#include <config-dolphin.h> +#include "config-dolphin.h" #if HAVE_BALOO #include <Baloo/Query> #include <Baloo/IndexerConfig> diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 0a5011d2f..33d432c9e 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -14,7 +14,7 @@ #include <KFileItem> #include <KIO/Job> -#include <config-dolphin.h> +#include "config-dolphin.h" #include <kio/fileundomanager.h> #include <kparts/part.h> diff --git a/src/views/tooltips/dolphinfilemetadatawidget.h b/src/views/tooltips/dolphinfilemetadatawidget.h index 21e2cb6dd..63bd8b093 100644 --- a/src/views/tooltips/dolphinfilemetadatawidget.h +++ b/src/views/tooltips/dolphinfilemetadatawidget.h @@ -9,7 +9,7 @@ #ifndef DOLPHINFILEMETADATAWIDGET_H #define DOLPHINFILEMETADATAWIDGET_H -#include <config-dolphin.h> +#include "config-dolphin.h" #include <QWidget> |
