summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2012-04-03 18:49:23 +0300
committerQt by Nokia <qt-info@nokia.com>2012-04-05 10:18:41 +0200
commit95c71cef200952dd3481506cf61cbb69e73bacb1 (patch)
tree370ee99ced551f294e736c23130be25f3d29eb21 /src
parente90304387b0bfc19e962a96378f520879f8d453e (diff)
Include with qt module to avoid configure warning
Change-Id: I8d338f22c4b0dabcca33878b33c6a203828d84c5 Reviewed-by: David Faure <faure@kde.org>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/mimetypes/qmimedatabase.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/mimetypes/qmimedatabase.h b/src/corelib/mimetypes/qmimedatabase.h
index 5652fb7e7f..eff706e1b5 100644
--- a/src/corelib/mimetypes/qmimedatabase.h
+++ b/src/corelib/mimetypes/qmimedatabase.h
@@ -42,8 +42,7 @@
#ifndef QMIMEDATABASE_H
#define QMIMEDATABASE_H
-#include "qmimetype.h"
-
+#include <QtCore/qmimetype.h>
#include <QtCore/qstringlist.h>
QT_BEGIN_NAMESPACE