summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebKit/qt
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-29 11:39:24 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-29 11:39:24 (GMT)
commit455ff204dd503353dd1c04d4f86e1c200d10cc58 (patch)
tree51db7879297f44afb1a34b48919612806cf13446 /src/3rdparty/webkit/WebKit/qt
parent7bdcebb991530ddb0586d27f649c2e0e255bd31c (diff)
downloadQt-455ff204dd503353dd1c04d4f86e1c200d10cc58.zip
Qt-455ff204dd503353dd1c04d4f86e1c200d10cc58.tar.gz
Qt-455ff204dd503353dd1c04d4f86e1c200d10cc58.tar.bz2
Doc: fix links to the examples
Diffstat (limited to 'src/3rdparty/webkit/WebKit/qt')
-rw-r--r--src/3rdparty/webkit/WebKit/qt/Api/qwebview.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/Api/qwebview.cpp b/src/3rdparty/webkit/WebKit/qt/Api/qwebview.cpp
index 35d873a..e1a0c98 100644
--- a/src/3rdparty/webkit/WebKit/qt/Api/qwebview.cpp
+++ b/src/3rdparty/webkit/WebKit/qt/Api/qwebview.cpp
@@ -86,7 +86,7 @@ public:
\image qwebview-url.png
A web site can be loaded onto QWebView with the load() function. Like all
- Qt Widgets, the show() function must be invoked in order to display
+ Qt widgets, the show() function must be invoked in order to display
QWebView. The snippet below illustrates this:
\snippet webkitsnippets/simple/main.cpp Using QWebView
@@ -146,7 +146,8 @@ public:
if you do not require QWidget attributes. Nevertheless, QtWebKit depends
on QtGui, so you should use a QApplication instead of QCoreApplication.
- \sa {Previewer Example}, {Browser}, {Form Extractor}, {Google Chat}, {Fancy Browser}
+ \sa {Previewer Example}, {Web Browser}, {Form Extractor Example},
+ {Google Chat Example}, {Fancy Browser Example}
*/
/*!