summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/Invocation.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/Invocation.java')
-rw-r--r--qtjava/javalib/org/kde/qt/Invocation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtjava/javalib/org/kde/qt/Invocation.java b/qtjava/javalib/org/kde/qt/Invocation.java
index fe6d433f..a8d8f38e 100644
--- a/qtjava/javalib/org/kde/qt/Invocation.java
+++ b/qtjava/javalib/org/kde/qt/Invocation.java
@@ -397,7 +397,7 @@ public class Invocation {
/** Invoke the named method on the target object with no arguments. Returns false
iff the target method was successfully invoked AND returned false. Unlike the other
variants of boolean invoke(), this method returns true if no target java method exists.
- Used for boolean callbacks such as KMainWindow::queryClose() */
+ Used for boolean callbacks such as TDEMainWindow::queryClose() */
public static boolean booleanInvoke(long target, String methodName) throws NoSuchMethodException, ClassNotFoundException {
Method method;
Object onThis = qtjava.objectForQtKey(target, "TQObject", false);