aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellmanager.cpp
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-02-28 13:09:10 +0100
committerChristian Stenger <christian.stenger@qt.io>2022-02-28 12:35:58 +0000
commitde877ac1bfc67801faa33004ea75837c63aa9585 (patch)
treef35526d3a1d27b94a27b07dd5051f8aadfde4c59 /plugins/haskell/haskellmanager.cpp
parent9543a4dc84ea040afa911cfbfe9d449ae44de58c (diff)
Adapt to upstream change
Change-Id: I149a572ce12a76909f23fa8d19777954dea8d6b0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'plugins/haskell/haskellmanager.cpp')
-rw-r--r--plugins/haskell/haskellmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/haskellmanager.cpp b/plugins/haskell/haskellmanager.cpp
index e43bc5a..2604341 100644
--- a/plugins/haskell/haskellmanager.cpp
+++ b/plugins/haskell/haskellmanager.cpp
@@ -29,7 +29,7 @@
#include <utils/algorithm.h>
#include <utils/commandline.h>
#include <utils/hostosinfo.h>
-#include <utils/mimetypes/mimedatabase.h>
+#include <utils/mimeutils.h>
#include <utils/processenums.h>
#include <utils/qtcprocess.h>