|
|
|
@ -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.
|
|
|
|
|