diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-09 12:04:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-09 12:04:23 -0600 |
commit | 678d79bf174f51b28ceb8dd0450d08bc7b99e194 (patch) | |
tree | 7a444eb2672abb0e128b95c7c5c5fde85deb0182 /kdejava/koala/org/kde/koala/ReadOnlyPart.java | |
parent | a3c2194df529034bd2e1be44f969619bf6d2f162 (diff) | |
download | tdebindings-678d79bf174f51b28ceb8dd0450d08bc7b99e194.tar.gz tdebindings-678d79bf174f51b28ceb8dd0450d08bc7b99e194.zip |
Fix FTBFS
Diffstat (limited to 'kdejava/koala/org/kde/koala/ReadOnlyPart.java')
-rw-r--r-- | kdejava/koala/org/kde/koala/ReadOnlyPart.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/ReadOnlyPart.java b/kdejava/koala/org/kde/koala/ReadOnlyPart.java index f15642bb..c94665c6 100644 --- a/kdejava/koala/org/kde/koala/ReadOnlyPart.java +++ b/kdejava/koala/org/kde/koala/ReadOnlyPart.java @@ -35,17 +35,17 @@ public class ReadOnlyPart extends Part { */ /** Call this to turn off the progress info dialog used by - the internal KIO job. Use this if you provide another way + the internal TDEIO job. Use this if you provide another way of displaying progress info (e.g. a statusbar), using the signals emitted by this class, and/or those emitted by the Job given by started. - @short Call this to turn off the progress info dialog used by the internal KIO job. + @short Call this to turn off the progress info dialog used by the internal TDEIO job. */ public native void setProgressInfoEnabled(boolean show); /** Returns whether the part shows the progress info dialog used by internal - KIO job. - @short Returns whether the part shows the progress info dialog used by internal KIO job. + TDEIO job. + @short Returns whether the part shows the progress info dialog used by internal TDEIO job. */ public native boolean isProgressInfoEnabled(); public native void showProgressInfo(boolean show); |