summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KKeySequence.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KKeySequence.java')
-rw-r--r--kdejava/koala/org/kde/koala/KKeySequence.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/kdejava/koala/org/kde/koala/KKeySequence.java b/kdejava/koala/org/kde/koala/KKeySequence.java
index 143f9612..4ca40d77 100644
--- a/kdejava/koala/org/kde/koala/KKeySequence.java
+++ b/kdejava/koala/org/kde/koala/KKeySequence.java
@@ -2,7 +2,7 @@
package org.kde.koala;
import org.kde.qt.Qt;
-import org.kde.qt.QKeySequence;
+import org.kde.qt.TQKeySequence;
import org.kde.qt.QtSupport;
/**
@@ -37,10 +37,10 @@ public class KKeySequence implements QtSupport {
@param keySeq the qt key sequence to copy
@short Copies the given qt key sequence.
*/
- public KKeySequence(QKeySequence keySeq) {
+ public KKeySequence(TQKeySequence keySeq) {
newKKeySequence(keySeq);
}
- private native void newKKeySequence(QKeySequence keySeq);
+ private native void newKKeySequence(TQKeySequence keySeq);
/**
Create a new key sequence that only contains the given key.
@param key the key to add
@@ -62,7 +62,7 @@ public class KKeySequence implements QtSupport {
/**
Creates a new key sequence that contains the given key sequence.
The description consists of comma-separated keys as
- required by KKey.KKey(String).
+ retquired by KKey.KKey(String).
@param keySeq the description of the key
@short Creates a new key sequence that contains the given key sequence.
@see KKeyServer#Sym#init
@@ -165,12 +165,12 @@ public class KKeySequence implements QtSupport {
*/
public native boolean op_lt(KKeySequence seq);
/**
- Converts this key sequence to a QKeySequence.
- @return the QKeySequence
+ Converts this key sequence to a TQKeySequence.
+ @return the TQKeySequence
- @short Converts this key sequence to a QKeySequence.
+ @short Converts this key sequence to a TQKeySequence.
*/
- public native QKeySequence qt();
+ public native TQKeySequence qt();
/**
Returns the qt key code of the first key.
@return the qt key code of the first key