From da8d4aa800bb59708b384ef33aa0ce65ce051b11 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Jul 2012 01:31:56 -0500 Subject: Update file consistent with commit c397f92e. --- kdejava/koala/org/kde/koala/KApplication.java | 4 ++-- 1 file 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. -- cgit v1.2.1