summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:26:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:26:50 -0600
commitf67cd2d3fcf56b6bf82449c1f32b417c6c3c08ac (patch)
tree3ef3119c6168327fde2458a8626bd39d0fc89eef /kdejava/koala/org/kde/koala
parentd44e6f1e60fa21065854e4731c7b04886b801dc1 (diff)
downloadtdebindings-f67cd2d3fcf56b6bf82449c1f32b417c6c3c08ac.tar.gz
tdebindings-f67cd2d3fcf56b6bf82449c1f32b417c6c3c08ac.zip
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kdejava/koala/org/kde/koala')
-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);