summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde')
-rw-r--r--kdejava/koala/org/kde/koala/KDE.java4
1 files changed, 2 insertions, 2 deletions
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();
/**