summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/highlighterutils.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-02-04 09:32:46 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2015-02-17 13:00:07 +0000
commit5a3a940ad3b3984b308b539e7f0456ce11d4d90e (patch)
tree539ac730a9291e9630c5772d78e5de1d9d4ece1e /src/plugins/texteditor/highlighterutils.h
parent365c1ddb903ebb8f183195244669499a300431d2 (diff)
downloadqt-creator-5a3a940ad3b3984b308b539e7f0456ce11d4d90e.tar.gz
Use new mime database
Change-Id: I4305872b6b11ef3e8a364280ffa5209a5a793600 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/texteditor/highlighterutils.h')
-rw-r--r--src/plugins/texteditor/highlighterutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/highlighterutils.h b/src/plugins/texteditor/highlighterutils.h
index 0d9a9b0942..683b98ca2e 100644
--- a/src/plugins/texteditor/highlighterutils.h
+++ b/src/plugins/texteditor/highlighterutils.h
@@ -38,13 +38,13 @@
* but due to a very hackish test of that generic highlighter,
* there functions must be outside. */
-namespace Core { class MimeType; }
+namespace Utils { class MimeType; }
namespace TextEditor {
class Highlighter;
-void setMimeTypeForHighlighter(Highlighter *highlighter, const Core::MimeType &mimeType,
+void setMimeTypeForHighlighter(Highlighter *highlighter, const Utils::MimeType &mimeType,
const QString &filePath,
QString *foundDefinitionId = 0);