summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KCompletionBase.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KCompletionBase.java')
-rw-r--r--kdejava/koala/org/kde/koala/KCompletionBase.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/koala/org/kde/koala/KCompletionBase.java b/kdejava/koala/org/kde/koala/KCompletionBase.java
index 3ae9fa93..2cfb446d 100644
--- a/kdejava/koala/org/kde/koala/KCompletionBase.java
+++ b/kdejava/koala/org/kde/koala/KCompletionBase.java
@@ -139,7 +139,7 @@ public class KCompletionBase implements QtSupport, KCompletionBaseInterface {
/**
Sets the type of completion to be used.
The completion modes supported are those defined in
- KGlobalSettings(). See below.
+ TDEGlobalSettings(). See below.
@param mode Completion type:
<li>
@@ -173,7 +173,7 @@ public class KCompletionBase implements QtSupport, KCompletionBaseInterface {
public native void setCompletionMode(int mode);
/**
Returns the current completion mode.
- The return values are of type KGlobalSettings.Completion.
+ The return values are of type TDEGlobalSettings.Completion.
See setCompletionMode() for details.
@return the completion mode.
@@ -238,7 +238,7 @@ public class KCompletionBase implements QtSupport, KCompletionBaseInterface {
Sets this object to use global values for key-bindings.
This method changes the values of the key bindings for
rotation and completion features to the default values
- provided in KGlobalSettings.
+ provided in TDEGlobalSettings.
NOTE: By default inheriting widgets should uses the
global key-bindings so that there will be no need to
call this method.