diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 14:50:25 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 14:50:25 -0500 |
commit | 8f661016cde34b1ae4060f7ee4aeba205d3d9597 (patch) | |
tree | fcb818f743c3aed6ee25d6f888936e112b99d269 /kdejava/TODO | |
parent | da88b484aa9904ae49bdc1fe5586d077114dbce9 (diff) | |
download | tdebindings-8f661016cde34b1ae4060f7ee4aeba205d3d9597.tar.gz tdebindings-8f661016cde34b1ae4060f7ee4aeba205d3d9597.zip |
Branding cleanup: KDE menu -> TDE menu.
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 |