summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KComboBox.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KComboBox.java')
-rw-r--r--kdejava/koala/org/kde/koala/KComboBox.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/KComboBox.java b/kdejava/koala/org/kde/koala/KComboBox.java
index 01a76b62..c3d6b234 100644
--- a/kdejava/koala/org/kde/koala/KComboBox.java
+++ b/kdejava/koala/org/kde/koala/KComboBox.java
@@ -292,7 +292,7 @@ public class KComboBox extends TQComboBox implements KCompletionBaseInterface {
@param create Set this to false if you don't want the box to be created
i.e. to test if it is available.
@return the completion-box, that is used in completion mode
- KGlobalSettings.CompletionPopup and KGlobalSettings.CompletionPopupAuto.
+ TDEGlobalSettings.CompletionPopup and TDEGlobalSettings.CompletionPopupAuto.
This method will create a completion-box by calling
KLineEdit.completionBox, if none is there, yet.
@@ -481,7 +481,7 @@ public class KComboBox extends TQComboBox implements 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>
@@ -515,7 +515,7 @@ public class KComboBox extends TQComboBox implements 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.
@@ -580,7 +580,7 @@ public class KComboBox extends TQComboBox implements 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.