summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/Api/qwebhistoryinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/Api/qwebhistoryinterface.cpp')
-rw-r--r--WebKit/qt/Api/qwebhistoryinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/qt/Api/qwebhistoryinterface.cpp b/WebKit/qt/Api/qwebhistoryinterface.cpp
index 8890350..d3e7efd 100644
--- a/WebKit/qt/Api/qwebhistoryinterface.cpp
+++ b/WebKit/qt/Api/qwebhistoryinterface.cpp
@@ -23,8 +23,8 @@
#include <QCoreApplication>
-#include "PlatformString.h"
#include <wtf/Platform.h>
+#include "DeprecatedString.h"
// FIXME: It's not correct to just implement a WebCore function in WebKit!
// This needs to be fixed to match other platforms.