summaryrefslogtreecommitdiffstats
path: root/kdejava/koala
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala')
-rw-r--r--kdejava/koala/kdejava/KWindowInfo.cpp2
-rw-r--r--kdejava/koala/org/kde/koala/KApplication.java4
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);