diff options
Diffstat (limited to 'WebKit/qt/Api/qwebhistoryinterface.cpp')
-rw-r--r-- | WebKit/qt/Api/qwebhistoryinterface.cpp | 2 |
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. |