Overview
--------
To confuse you these directories mixed two binary editor projects.
The first project was the KHexEdit program from Espen Sand.
The second project is the Okteta project from Friedrich W. H. Kossebau,
which consists of basic libraries, modules and in future a standalone
orogram (see playground/utils/okteta/program)

What to find in which directory:
--------------------------------
khexedit/lib:
  sources of the basic libraries of Okteta

khexedit/parts:
  collection of all parts based on Okteta

khexedit/parts/kbytesedit:
  sources of the implementation for the service type KHexEdit/KBytesEdit

khexedit/parts/kpart:
  sources of the implementation of a KReadOnlyPart


Future plans:
-------------
* a binary diff editor widget in the Okteta libs
* binary diff editor widget based parts
* a standalone Okteta program
