summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-12-23 15:24:06 (GMT)
committeraxis <qt-info@nokia.com>2011-03-04 10:43:19 (GMT)
commit5624b39aff84ddde76a4f42ab6fad9d6a90d8526 (patch)
tree8c983b4908cb5a8b1d18c6f2f9ca8ac17da09fe4 /src/network/kernel
parent153b79efac39c33e528650cca35f832e47f7302b (diff)
downloadQt-5624b39aff84ddde76a4f42ab6fad9d6a90d8526.zip
Qt-5624b39aff84ddde76a4f42ab6fad9d6a90d8526.tar.gz
Qt-5624b39aff84ddde76a4f42ab6fad9d6a90d8526.tar.bz2
Fixed include in network module on Symbian.
Diffstat (limited to 'src/network/kernel')
-rw-r--r--src/network/kernel/qnetworkinterface_symbian.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qnetworkinterface_symbian.cpp b/src/network/kernel/qnetworkinterface_symbian.cpp
index 03133d0..8e5db3c 100644
--- a/src/network/kernel/qnetworkinterface_symbian.cpp
+++ b/src/network/kernel/qnetworkinterface_symbian.cpp
@@ -43,7 +43,7 @@
#include "qnetworkinterface.h"
#include "qnetworkinterface_p.h"
-#include "../corelib/kernel/qcore_symbian_p.h"
+#include <private/qcore_symbian_p.h>
#ifndef QT_NO_NETWORKINTERFACE