diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:09:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:09:19 -0600 |
commit | 76b7dd9a43ea8368918fc9e65c2b5e9098be1861 (patch) | |
tree | 62f4c1bdd75c2ca3a64cd9d58c1b25b5da0f06ea /src/DESIGN.txt | |
parent | 75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c (diff) | |
download | kmplayer-76b7dd9a43ea8368918fc9e65c2b5e9098be1861.tar.gz kmplayer-76b7dd9a43ea8368918fc9e65c2b5e9098be1861.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/DESIGN.txt')
-rw-r--r-- | src/DESIGN.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DESIGN.txt b/src/DESIGN.txt index e0e3a31..6471670 100644 --- a/src/DESIGN.txt +++ b/src/DESIGN.txt @@ -2,7 +2,7 @@ The core of kmplayer is in kmplayerpartbase.x. PartBase keeps the list of Source objects (dvd/vcd/url/..) and Process objects (mplayer/xine/gst/xv), controls the View or respond to its signals. Both application as kpart (for plugin) have one PartBase. However, in case of -plugin for khtml, it's possible one PartBase controls multible View +plugin for tdehtml, it's possible one PartBase controls multible View objects (see tests/controls.html). The View is the parent of ViewArea, PlayList and InfoWindow. ViewArea is |