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 | |
parent | da88b484aa9904ae49bdc1fe5586d077114dbce9 (diff) | |
download | tdebindings-8f661016cde34b1ae4060f7ee4aeba205d3d9597.tar.gz tdebindings-8f661016cde34b1ae4060f7ee4aeba205d3d9597.zip |
Branding cleanup: KDE menu -> TDE menu.
Diffstat (limited to 'kdejava')
-rw-r--r-- | kdejava/TODO | 2 | ||||
-rw-r--r-- | kdejava/koala/org/kde/koala/KPanelAppMenu.java | 4 | ||||
-rw-r--r-- | kdejava/koala/org/kde/koala/KService.java | 2 |
3 files changed, 4 insertions, 4 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 diff --git a/kdejava/koala/org/kde/koala/KPanelAppMenu.java b/kdejava/koala/org/kde/koala/KPanelAppMenu.java index 4ccbe763..51264041 100644 --- a/kdejava/koala/org/kde/koala/KPanelAppMenu.java +++ b/kdejava/koala/org/kde/koala/KPanelAppMenu.java @@ -12,11 +12,11 @@ import org.kde.qt.TQObject; /** DCop client menu class for the Kicker panel that will insert a submenu into - the %KDE menu. + the %TDE menu. See {@link KPanelAppMenuSignals} for signals emitted by KPanelAppMenu @author Daniel M. Duley <mosfet@kde.org> - @short DCop client menu class for the Kicker panel that will insert a submenu into the %KDE menu. + @short DCop client menu class for the Kicker panel that will insert a submenu into the %TDE menu. */ public class KPanelAppMenu extends TQObject implements DCOPObjectInterface { diff --git a/kdejava/koala/org/kde/koala/KService.java b/kdejava/koala/org/kde/koala/KService.java index 04bc7302..b7022f7e 100644 --- a/kdejava/koala/org/kde/koala/KService.java +++ b/kdejava/koala/org/kde/koala/KService.java @@ -514,7 +514,7 @@ public class KService extends KSycocaEntry { /** Returns a path that can be used to create a new KService based on <code>suggestedName.</code> - @param showInMenu true, if the service should be shown in the KDE menu + @param showInMenu true, if the service should be shown in the TDE menu false, if the service should be hidden from the menu @param suggestedName name to base the file on, if a service with such name already exists, a prefix will be added to make it unique. |