summaryrefslogtreecommitdiffstats
path: root/khtml
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-11 18:34:58 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-11 18:34:58 +0000
commitc9a5f553e651d8fb4320373e22c9d68b66ce76b9 (patch)
treed445e8dbc4979318c5434a4b758b093177822ca4 /khtml
parentdf8fe52d7ada02bd7917570c0ccf69238d64d6c9 (diff)
downloadtdelibs-c9a5f553e651d8fb4320373e22c9d68b66ce76b9.tar.gz
tdelibs-c9a5f553e651d8fb4320373e22c9d68b66ce76b9.zip
Fix khtml dox web page link
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1227666 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khtml')
-rw-r--r--khtml/Mainpage.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/Mainpage.dox b/khtml/Mainpage.dox
index 20927a991..2e838b4a6 100644
--- a/khtml/Mainpage.dox
+++ b/khtml/Mainpage.dox
@@ -4,7 +4,7 @@ If you want a fully-fledged HTML browser widget in your application,
you can use KHTMLPart to do so.
@code
-KUrl url = "http://www.kde.org";
+KUrl url = "http://www.trinitydesktop.org";
KHTMLPart *w = new KHTMLPart();
w->openUrl(url);
w->view()->resize(500, 400);