diff options
Diffstat (limited to 'WebKit/qt/docs/webkitsnippets/simple')
| -rw-r--r-- | WebKit/qt/docs/webkitsnippets/simple/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/qt/docs/webkitsnippets/simple/main.cpp b/WebKit/qt/docs/webkitsnippets/simple/main.cpp index 82f5b6c..408630e 100644 --- a/WebKit/qt/docs/webkitsnippets/simple/main.cpp +++ b/WebKit/qt/docs/webkitsnippets/simple/main.cpp @@ -27,7 +27,7 @@ int main(int argc, char *argv[]) QWidget *parent = 0; //! [Using QWebView] QWebView *view = new QWebView(parent); - view->load(QUrl("http://qtsoftware.com/")); + view->load(QUrl("http://qt.nokia.com/")); view->show(); //! [Using QWebView] return app.exec(); |
