diff options
Diffstat (limited to 'khtml')
-rw-r--r-- | khtml/DESIGN.html | 2 | ||||
-rw-r--r-- | khtml/kmultipart/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/khtml/DESIGN.html b/khtml/DESIGN.html index ea7f73439..b6419c891 100644 --- a/khtml/DESIGN.html +++ b/khtml/DESIGN.html @@ -174,7 +174,7 @@ not be seen from the outside for various reasons (make implementation of shared or to reduce memory consumption). <p> In C++, you can access the whole DOM tree from outside KHTML by using the interface classes. -For a description see the <a href="http://developer.kde.org/documentation/library/kdeqt/kde3arch/khtml/index.html">introduction to khtml</a> on <a href="http://developer.kde.org/">developer.kde.org</a>. +For a description see the <a href="http://developer.kde.org/documentation/library/kdeqt/trinityarch/khtml/index.html">introduction to khtml</a> on <a href="http://developer.kde.org/">developer.kde.org</a>. One thing that has been omitted in the discussion above is the style sheet defined inside the <code><style></code> element (as an example of a style sheet) and the image element diff --git a/khtml/kmultipart/Makefile.am b/khtml/kmultipart/Makefile.am index b6d6af0df..9cdae7168 100644 --- a/khtml/kmultipart/Makefile.am +++ b/khtml/kmultipart/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/khtml -I$(top_srcdir)/kio/httpfilter -I$(top_srcdir)/kutils $(all_includes) # These are not really libraries, but modules dynamically opened. -# So they should be installed in kde_module_dir, which is usually $kde_prefix/lib/kde3 +# So they should be installed in kde_module_dir, which is usually $kde_prefix/lib/trinity kde_module_LTLIBRARIES = libkmultipart.la libkmultipart_la_SOURCES = kmultipart.cpp |