summaryrefslogtreecommitdiffstats
path: root/kdejava/TODO
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:29:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:29:32 -0600
commit8d7027ce9506c909253e88496b410e54c3973082 (patch)
tree7174da6d8b5297f1a658ab6d2dac0501c8944f74 /kdejava/TODO
parent53e0924a1f58a7e82dbae9acadbd8de6226cd26c (diff)
downloadtdebindings-8d7027ce9506c909253e88496b410e54c3973082.tar.gz
tdebindings-8d7027ce9506c909253e88496b410e54c3973082.zip
Additional kde to tde renaming
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...