diff options
| author | Ahmad Samir <[email protected]> | 2022-06-11 19:23:30 +0200 |
|---|---|---|
| committer | Ahmad Samir <[email protected]> | 2022-06-15 11:28:44 +0200 |
| commit | 8aa81a1dc7fa978d44d2c6397df270432df1506f (patch) | |
| tree | ad9cc9fd6a003108649ecdda688a95daab740a18 /src/views | |
| parent | 28a74d178071c89dbdc53a193c1db68e0d10ddcb (diff) | |
Cleanup config-dolphin.h includes
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/dolphinview.h | 2 | ||||
| -rw-r--r-- | src/views/tooltips/dolphinfilemetadatawidget.h | 2 |
2 files changed, 2 insertions, 2 deletions
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> |
