summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-05-24 10:36:01 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-14 12:23:11 +0200
commit741b1fcfa333e33f3e1bd02f975a22e5b0b74316 (patch)
treed8fe862eb1d0f040de5f228ed0c6b584b45aef7b /src/network/kernel
parentcd89b164a56fea54aec3cb348923af2bde4d3425 (diff)
Make qurlinfo private, now that QFtp is private.
Change-Id: I0bb641b397b7087c89009f92d9973e0922dce653 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
Diffstat (limited to 'src/network/kernel')
-rw-r--r--src/network/kernel/kernel.pri2
-rw-r--r--src/network/kernel/qurlinfo.cpp2
-rw-r--r--src/network/kernel/qurlinfo_p.h (renamed from src/network/kernel/qurlinfo.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/src/network/kernel/kernel.pri b/src/network/kernel/kernel.pri
index a8aa3622e1..b9cd07ff66 100644
--- a/src/network/kernel/kernel.pri
+++ b/src/network/kernel/kernel.pri
@@ -11,7 +11,7 @@ HEADERS += kernel/qauthenticator.h \
kernel/qhostaddress_p.h \
kernel/qhostinfo.h \
kernel/qhostinfo_p.h \
- kernel/qurlinfo.h \
+ kernel/qurlinfo_p.h \
kernel/qnetworkproxy.h \
kernel/qnetworkproxy_p.h \
kernel/qnetworkinterface.h \
diff --git a/src/network/kernel/qurlinfo.cpp b/src/network/kernel/qurlinfo.cpp
index 9f571b9e8c..68c521c682 100644
--- a/src/network/kernel/qurlinfo.cpp
+++ b/src/network/kernel/qurlinfo.cpp
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include "qurlinfo.h"
+#include "qurlinfo_p.h"
#ifndef QT_NO_URLINFO
diff --git a/src/network/kernel/qurlinfo.h b/src/network/kernel/qurlinfo_p.h
index 7fbf860c31..7fbf860c31 100644
--- a/src/network/kernel/qurlinfo.h
+++ b/src/network/kernel/qurlinfo_p.h