diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:02:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:02:02 -0600 |
commit | de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf (patch) | |
tree | dbb3152c372f8620f9290137d461f3d9f9eba1cb /konqueror/DESIGN | |
parent | 936d3cec490c13f2c5f7dd14f5e364fddaa6da71 (diff) | |
download | tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.tar.gz tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'konqueror/DESIGN')
-rw-r--r-- | konqueror/DESIGN | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/konqueror/DESIGN b/konqueror/DESIGN index 45ff6e47f..da257cb05 100644 --- a/konqueror/DESIGN +++ b/konqueror/DESIGN @@ -25,7 +25,7 @@ The KonqView contains the child part, which can be : Where to find those classes =========================== -konq_run.* : Re-implementation of KRun (see libkio) for konqueror. +konq_run.* : Re-implementation of KRun (see libtdeio) for konqueror. Responsible for finding appropriate view<->mimetype bindings. konq_view.* : KonqView, class used by KonqMainView to handle child views konq_frame.* : KonqFrame and KonqFrameHeader (handles view-statusbar). @@ -39,8 +39,8 @@ dirtree/* : KonqDirTree, the directory tree Libs used by konqueror ====================== -tdecore, tdeui, kfile, tdehtml, tdeparts - usual stuff :) -libkio - I/O stuff, mimetypes, services +tdecore, tdeui, tdefile, tdehtml, tdeparts - usual stuff :) +libtdeio - I/O stuff, mimetypes, services libkonq - bookmarks, properties dialog, templates ("new") menu, icon view widget How konqueror opens URLs |