diff options
author | axis <qt-info@nokia.com> | 2010-12-23 15:24:06 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-01-28 12:24:52 (GMT) |
commit | e3092695a2768643a335834cceb83e120ba94083 (patch) | |
tree | 935264e20c4102db4eaa3647c42f82ecf1484b69 /src/network/kernel | |
parent | 9ce88a4fb065b182ba6ad157ae4c1587da6bfc0a (diff) | |
download | Qt-e3092695a2768643a335834cceb83e120ba94083.zip Qt-e3092695a2768643a335834cceb83e120ba94083.tar.gz Qt-e3092695a2768643a335834cceb83e120ba94083.tar.bz2 |
Fixed include in network module on Symbian.
Diffstat (limited to 'src/network/kernel')
-rw-r--r-- | src/network/kernel/qnetworkinterface_symbian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qnetworkinterface_symbian.cpp b/src/network/kernel/qnetworkinterface_symbian.cpp index 7942461..2879ceb 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 |