summaryrefslogtreecommitdiffstats
path: root/konqueror/DESIGN
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/DESIGN')
-rw-r--r--konqueror/DESIGN8
1 files changed, 4 insertions, 4 deletions
diff --git a/konqueror/DESIGN b/konqueror/DESIGN
index 459ade9c8..45ff6e47f 100644
--- a/konqueror/DESIGN
+++ b/konqueror/DESIGN
@@ -39,7 +39,7 @@ dirtree/* : KonqDirTree, the directory tree
Libs used by konqueror
======================
-tdecore, tdeui, kfile, khtml, kparts - usual stuff :)
+tdecore, tdeui, kfile, tdehtml, tdeparts - usual stuff :)
libkio - I/O stuff, mimetypes, services
libkonq - bookmarks, properties dialog, templates ("new") menu, icon view widget
@@ -83,7 +83,7 @@ when the loading is completed, and right before loading another URL). Reason:
among other things, many views store the x and y offset of their scrollview in there.
It calls restoreState() when restoring a particular item out of the history list.
-From the khtml side:
+From the tdehtml side:
* Site with no frames: no problem, it just obeys to saveState/restoreState.
@@ -91,9 +91,9 @@ From the khtml side:
KHTMLPart saves the whole structure (all frames, and their URL) in the
history buffer (saveState/restoreState).
Every time a frame changes its URL, we want a new item in the history.
-But when this happens, since it's internal to khtml, konqueror wouldn't know
+But when this happens, since it's internal to tdehtml, konqueror wouldn't know
about it. That's why there is the openURLNotify() signal in browser extension
(see there for extensive docu about it).
-When khtml emits it, KonqView creates a new history entry and fills it
+When tdehtml emits it, KonqView creates a new history entry and fills it
(calling saveState).