summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.