diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:07 -0600 |
commit | 3ed7c09d22a5f310a97516f5bab6068e5688a813 (patch) | |
tree | 23ba07d28f7fad17824db1fc40e9cf1ad4942480 /qtjava/javalib/org/kde/qt | |
parent | 3a8473ba2620b85b165b5a2fa1a6b153f5945800 (diff) | |
download | tdebindings-3ed7c09d22a5f310a97516f5bab6068e5688a813.tar.gz tdebindings-3ed7c09d22a5f310a97516f5bab6068e5688a813.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'qtjava/javalib/org/kde/qt')
-rw-r--r-- | qtjava/javalib/org/kde/qt/Invocation.java | 2 |
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); |