summaryrefslogtreecommitdiffstats
path: root/examples/webkit/framecapture/main.cpp
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-11-23 11:41:16 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-11-23 11:41:22 (GMT)
commitd08fc6843e58c63f1c101462bb2e30166a5dbde9 (patch)
tree29e68fe1fc72a0931f13d67587b9cfda98e48858 /examples/webkit/framecapture/main.cpp
parentb4dbbd30c8092a81984cca30248db087353fe66e (diff)
parent4112771f56e827d1d8fbde0995ebf5b0242c01a8 (diff)
downloadQt-d08fc6843e58c63f1c101462bb2e30166a5dbde9.zip
Qt-d08fc6843e58c63f1c101462bb2e30166a5dbde9.tar.gz
Qt-d08fc6843e58c63f1c101462bb2e30166a5dbde9.tar.bz2
Merge 'upstream/4.6' into oslo-staging-2/4.6
Diffstat (limited to 'examples/webkit/framecapture/main.cpp')
-rw-r--r--examples/webkit/framecapture/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webkit/framecapture/main.cpp b/examples/webkit/framecapture/main.cpp
index 050947a..65c0026 100644
--- a/examples/webkit/framecapture/main.cpp
+++ b/examples/webkit/framecapture/main.cpp
@@ -63,7 +63,7 @@ int main(int argc, char * argv[])
return 0;
}
- QUrl url = QWebView::guessUrlFromString(QString::fromLatin1(argv[1]));
+ QUrl url = QUrl::fromUserInput(QString::fromLatin1(argv[1]));
QString fileName = QString::fromLatin1(argv[2]);
QApplication a(argc, argv);