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 2cfb446d..00356a4f 100644
--- a/kdejava/koala/org/kde/koala/KCompletionBase.java
+++ b/kdejava/koala/org/kde/koala/KCompletionBase.java
@@ -27,7 +27,7 @@ public class KCompletionBase implements QtSupport, KCompletionBaseInterface {
/**
Constants that represent the items whose short-cut
key-binding is programmable. The default key-bindings
- for these items are defined in KStdAccel.
+ for these items are defined in TDEStdAccel.
@short Constants that represent the items whose short-cut key-binding is programmable.
*/
public static final int TextCompletion = 0;
@@ -220,7 +220,7 @@ public class KCompletionBase implements QtSupport, 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
@@ -233,7 +233,7 @@ public class KCompletionBase implements QtSupport, 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