From f67cd2d3fcf56b6bf82449c1f32b417c6c3c08ac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 20:26:50 -0600 Subject: Rename kwin to twin (part 1 of 2) --- kdejava/koala/org/kde/koala/KApplication.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdejava/koala/org/kde') 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); -- cgit v1.2.1