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.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/koala/org/kde/koala/KComboBox.java b/kdejava/koala/org/kde/koala/KComboBox.java
index c3d6b234..4cd65e9f 100644
--- a/kdejava/koala/org/kde/koala/KComboBox.java
+++ b/kdejava/koala/org/kde/koala/KComboBox.java
@@ -42,7 +42,7 @@ import org.kde.qt.TQComboBox;
such as setEditable(false) is made. Store the pointer at your own risk,
and consider using TQGuardedPtr<KCompletion>.
The default key-bindings for completion and rotation is determined from the
- global settings in KStdAccel. These values, however, can be overridden
+ global settings in TDEStdAccel. These values, however, can be overridden
locally by invoking KCompletionBase.setKeyBinding(). The values can
easily be reverted back to the default setting, by simply calling
useGlobalSettings(). An alternate method would be to default individual
@@ -562,7 +562,7 @@ public class KComboBox extends TQComboBox implements KCompletionBaseInterface {
@short Sets the key-binding to be used for manual text completion, text rotation in a history list as well as a completion list.
@see #getKeyBinding
*/
- public native boolean setKeyBinding(int item, KShortcut key);
+ public native boolean setKeyBinding(int item, TDEShortcut key);
/**
Returns the key-binding used for the specified item.
This methods returns the key-binding used to activate
@@ -575,7 +575,7 @@ public class KComboBox extends TQComboBox implements KCompletionBaseInterface {
@short Returns the key-binding used for the specified item.
@see #setKeyBinding
*/
- public native KShortcut getKeyBinding(int item);
+ public native TDEShortcut getKeyBinding(int item);
/**
Sets this object to use global values for key-bindings.
This method changes the values of the key bindings for