summaryrefslogtreecommitdiffstats
path: root/kdejava
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-07-05 01:31:56 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-07-05 01:31:56 -0500
commitda8d4aa800bb59708b384ef33aa0ce65ce051b11 (patch)
treeb287b47a5816a4157e8529953816c240b0dcc647 /kdejava
parentb1d645a2818e4090298402c122c3d29e5a0fc066 (diff)
downloadtdebindings-da8d4aa800bb59708b384ef33aa0ce65ce051b11.tar.gz
tdebindings-da8d4aa800bb59708b384ef33aa0ce65ce051b11.zip
Update file consistent with commit c397f92e.
Diffstat (limited to 'kdejava')
-rw-r--r--kdejava/koala/org/kde/koala/KApplication.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/KApplication.java b/kdejava/koala/org/kde/koala/KApplication.java
index 742e42ef..a4bb5b31 100644
--- a/kdejava/koala/org/kde/koala/KApplication.java
+++ b/kdejava/koala/org/kde/koala/KApplication.java
@@ -550,7 +550,7 @@ public class KApplication extends TQApplication implements KInstanceInterface {
public native void allowURLAction(String action, KURL _baseURL, KURL _destURL);
/**
Returns whether access to a certain control module is authorized.
- @param menuId identifying the control module, e.g. kde-mouse.desktop
+ @param menuId identifying the control module, e.g. tde-mouse.desktop
@return true if access to the module is authorized, false otherwise.
@short Returns whether access to a certain control module is authorized.
@@ -559,7 +559,7 @@ public class KApplication extends TQApplication implements KInstanceInterface {
/**
Returns whether access to a certain control modules is authorized.
@param menuIds list of menu-ids of control module,
- an example of a menu-id is kde-mouse.desktop.
+ an example of a menu-id is tde-mouse.desktop.
@return Those control modules for which access has been authorized.
@short Returns whether access to a certain control modules is authorized.