From 88a071548f4cc0d77a9c10b8e141c6b79b2a8188 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 15 Nov 2011 18:54:59 -0600 Subject: Rename KDE_VERSION to TDE_VERSION --- kdejava/koala/org/kde/koala/KDE.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdejava/koala') diff --git a/kdejava/koala/org/kde/koala/KDE.java b/kdejava/koala/org/kde/koala/KDE.java index 3a867484..1b6873a7 100644 --- a/kdejava/koala/org/kde/koala/KDE.java +++ b/kdejava/koala/org/kde/koala/KDE.java @@ -22,13 +22,13 @@ import org.kde.qt.QColorGroup; */ public class KDE { /** - Returns the encoded number of KDE's version, see the KDE_VERSION macro. + Returns the encoded number of KDE's version, see the TDE_VERSION macro. In contrary to that macro this function returns the number of the actully installed KDE version, not the number of the KDE version that was installed when the program was compiled. @return the version number, encoded in a single uint - @short Returns the encoded number of KDE's version, see the KDE_VERSION macro. + @short Returns the encoded number of KDE's version, see the TDE_VERSION macro. */ public static native int version(); /** -- cgit v1.2.1