diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-09-08 13:00:35 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-09-08 13:02:14 (GMT) |
commit | 69e5a3fce4d355822367dc1a17179a364111632e (patch) | |
tree | 038bf8b9c6200140c6a6d2e677fd12590f45d9dd /tests | |
parent | 20a61e1cf39ee66cf0880c6f8f36634115cf610e (diff) | |
download | Qt-69e5a3fce4d355822367dc1a17179a364111632e.zip Qt-69e5a3fce4d355822367dc1a17179a364111632e.tar.gz Qt-69e5a3fce4d355822367dc1a17179a364111632e.tar.bz2 |
network-settings.h: Compile fix relating to some tests
Reviewed-by: TrustMe
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/network-settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/network-settings.h b/tests/auto/network-settings.h index 6ffb6f4..40178fb 100644 --- a/tests/auto/network-settings.h +++ b/tests/auto/network-settings.h @@ -40,9 +40,7 @@ ****************************************************************************/ #include <QString> -#ifdef QT_NETWORK_LIB #include <QtNetwork/QHostInfo> -#endif #ifdef Q_OS_SYMBIAN |