diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:45:01 -0600 |
commit | fb7e279ef21733ca91caad571e63263b1f947f85 (patch) | |
tree | cd03e2405d1f6eddd9fd50d4a29faa6d4b990796 /kdejava/koala/org/kde | |
parent | 18896070bf8c173783628a31da969042bddd2867 (diff) | |
download | tdebindings-fb7e279ef21733ca91caad571e63263b1f947f85.tar.gz tdebindings-fb7e279ef21733ca91caad571e63263b1f947f85.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kdejava/koala/org/kde')
-rw-r--r-- | kdejava/koala/org/kde/koala/TDECmdLineArgs.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdejava/koala/org/kde/koala/TDECmdLineArgs.java b/kdejava/koala/org/kde/koala/TDECmdLineArgs.java index 423df7a3..ab44dba6 100644 --- a/kdejava/koala/org/kde/koala/TDECmdLineArgs.java +++ b/kdejava/koala/org/kde/koala/TDECmdLineArgs.java @@ -186,7 +186,7 @@ public class TDECmdLineArgs implements QtSupport { not specifically turned off in the command line. Equivalently, it will be false if the option was specifically turned off in the command line, or if the option is turned off by default (in - the KCmdLineOptions list) and was not specifically turned on in + the TDECmdLineOptions list) and was not specifically turned on in the command line. @short Read out a boolean option or check for the presence of string option. |