summaryrefslogtreecommitdiffstats
path: root/kdejava/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/TODO')
-rw-r--r--kdejava/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/TODO b/kdejava/TODO
index b179a6aa..4d3d6934 100644
--- a/kdejava/TODO
+++ b/kdejava/TODO
@@ -1,8 +1,8 @@
- Split up and group java classes into sub packages such as 'org.kde.koala.kparts',
- and 'org.kde.koala.kdecore'.
+ and 'org.kde.koala.tdecore'.
- Split up shared libs into smaller sub-libraries for faster loading, or write
- a 'kdejavainit' process in the style of kdeinit (could be a child of kdeinit?).
+ a 'kdejavainit' process in the style of tdeinit (could be a child of tdeinit?).
It would need to load all the shared libs, have a JVM ready to roll straight
into the main() method of the main class, and then fork() on demand...