summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-05-03 00:20:42 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-03 16:11:58 +0200
commiteb9474d045e5acc23ed125a835e7bc5d66395d69 (patch)
tree902dad863c1104b475028f9f723ff4729584fcfa
parent39eb95ece12445af944cb9fd17136d7f6c20e4cd (diff)
Add some missing includes.
There is a #include <QStringList> line wrapped in QT_DEPRECATED_SINCE(5, 0). Change-Id: I766848dfcc3bd765c57626a3d70f492ac1219091 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/corelib/io/qurlidna.cpp2
-rw-r--r--src/corelib/io/qurlquery.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/io/qurlidna.cpp b/src/corelib/io/qurlidna.cpp
index e28d886c3b..5b9ca6ca1b 100644
--- a/src/corelib/io/qurlidna.cpp
+++ b/src/corelib/io/qurlidna.cpp
@@ -41,6 +41,8 @@
#include "qurl_p.h"
+#include <QtCore/qstringlist.h>
+
QT_BEGIN_NAMESPACE
// needed by the punycode encoder/decoder
diff --git a/src/corelib/io/qurlquery.cpp b/src/corelib/io/qurlquery.cpp
index ccb03611f5..2e2db11558 100644
--- a/src/corelib/io/qurlquery.cpp
+++ b/src/corelib/io/qurlquery.cpp
@@ -42,6 +42,8 @@
#include "qurlquery.h"
#include "qurl_p.h"
+#include <QtCore/qstringlist.h>
+
QT_BEGIN_NAMESPACE
/*!