summaryrefslogtreecommitdiffstats
path: root/kdejava
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:54:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:54:59 -0600
commit88a071548f4cc0d77a9c10b8e141c6b79b2a8188 (patch)
tree4add0e7b069c25350bbc3fd3f91466419f5708cd /kdejava
parente402ace2756e381ff717940ac431935c05a43cca (diff)
downloadtdebindings-88a071548f4cc0d77a9c10b8e141c6b79b2a8188.tar.gz
tdebindings-88a071548f4cc0d77a9c10b8e141c6b79b2a8188.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kdejava')
-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();
/**