summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/network/qt/NetworkStateNotifierQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/network/qt/NetworkStateNotifierQt.cpp')
-rw-r--r--WebCore/platform/network/qt/NetworkStateNotifierQt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/network/qt/NetworkStateNotifierQt.cpp b/WebCore/platform/network/qt/NetworkStateNotifierQt.cpp
index 3aae92a..959e74a 100644
--- a/WebCore/platform/network/qt/NetworkStateNotifierQt.cpp
+++ b/WebCore/platform/network/qt/NetworkStateNotifierQt.cpp
@@ -25,7 +25,7 @@
#include "NetworkStateNotifierPrivate.h"
#include "qnetworkconfigmanager.h"
-#if QT_VERSION < 0x040700
+#if QT_VERSION < QT_VERSION_CHECK(4, 7, 0)
using namespace QtMobility;
#endif