From 3ed7c09d22a5f310a97516f5bab6068e5688a813 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:07 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- qtjava/javalib/org/kde/qt/Invocation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtjava/javalib/org/kde') 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); -- cgit v1.2.1