diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:50 -0600 |
commit | f67cd2d3fcf56b6bf82449c1f32b417c6c3c08ac (patch) | |
tree | 3ef3119c6168327fde2458a8626bd39d0fc89eef /kdejava | |
parent | d44e6f1e60fa21065854e4731c7b04886b801dc1 (diff) | |
download | tdebindings-f67cd2d3fcf56b6bf82449c1f32b417c6c3c08ac.tar.gz tdebindings-f67cd2d3fcf56b6bf82449c1f32b417c6c3c08ac.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kdejava')
-rw-r--r-- | kdejava/koala/kdejava/KWindowInfo.cpp | 2 | ||||
-rw-r--r-- | kdejava/koala/org/kde/koala/KApplication.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/koala/kdejava/KWindowInfo.cpp b/kdejava/koala/kdejava/KWindowInfo.cpp index 1cb07777..64bbe2c2 100644 --- a/kdejava/koala/kdejava/KWindowInfo.cpp +++ b/kdejava/koala/kdejava/KWindowInfo.cpp @@ -1,6 +1,6 @@ //Auto-generated by kalyptus. DO NOT EDIT. #include <tqpixmap.h> -#include <kwindowinfo.h> +#include <twindowinfo.h> #include <tqstring.h> #include <qtjava/QtSupport.h> 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); |