Reviewed by mjs.
Build fix.
* Spinneret/Spinneret/WebFrame.cpp:
(WebKit::WebFrame::openURL): replace QString with DeprecatedString
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13471
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-03-24 Eric Seidel <eseidel@apple.com>
+
+ Reviewed by mjs.
+
+ Build fix.
+
+ * Spinneret/Spinneret/WebFrame.cpp:
+ (WebKit::WebFrame::openURL): replace QString with DeprecatedString
+
2006-03-21 Beth Dakin <bdakin@apple.com>
Reviewed by Maciej
d->frame->end();
}
-void WebFrame::openURL(const QString& str)
+void WebFrame::openURL(const DeprecatedString& str)
{
updateLocationBar(str.ascii());
loadURL(str.ascii());