summaryrefslogtreecommitdiffstats
path: root/khtml/Mainpage.dox
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/Mainpage.dox')
-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);