summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde')
-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 818256e3..2d851e11 100644
--- a/kdejava/koala/org/kde/koala/KApplication.java
+++ b/kdejava/koala/org/kde/koala/KApplication.java
@@ -472,7 +472,7 @@ public class KApplication extends QApplication implements KInstanceInterface {
/**
Updates the last user action timestamp to the given time, or to the current time,
if 0 is given. Do not use unless you're really sure what you're doing.
- Consult focus stealing prevention section in kdebase/kwin/README.
+ Consult focus stealing prevention section in kdebase/twin/README.
@short Updates the last user action timestamp to the given time, or to the current time, if 0 is given.
*/
public native void updateUserTimestamp(long time);
@@ -488,7 +488,7 @@ public class KApplication extends QApplication implements KInstanceInterface {
to the given time, or to this application's user time, if 0 is given.
Use before causing user interaction in the remote application, e.g. invoking a dialog
in the application using a DCOP call.
- Consult focus stealing prevention section in kdebase/kwin/README.
+ Consult focus stealing prevention section in kdebase/twin/README.
@short Updates the last user action timestamp in the application registered to DCOP with dcopId to the given time, or to this application's user time, if 0 is given.
*/
public native void updateRemoteUserTimestamp(String dcopId, long time);