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/dolphinmainwindow.h | |
| parent | 28a74d178071c89dbdc53a193c1db68e0d10ddcb (diff) | |
Cleanup config-dolphin.h includes
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 1 insertions, 1 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> |
