diff options
Diffstat (limited to 'kdejava/TODO')
-rw-r--r-- | kdejava/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdejava/TODO b/kdejava/TODO index 4d3d6934..7e9a34ce 100644 --- a/kdejava/TODO +++ b/kdejava/TODO @@ -6,7 +6,7 @@ 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... -- Integrate java apps with the KDE menu system, so they can be invoked just like C++ ones. +- Integrate java apps with the TDE menu system, so they can be invoked just like C++ ones. - Find any missing, but important callbacks (similar to KMainWindow::queryClose()). Add the callbacks to the relevant C++ 'JBridge..' classes, so java sub-classes |