summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KKeyDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KKeyDialog.java')
-rw-r--r--kdejava/koala/org/kde/koala/KKeyDialog.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/kdejava/koala/org/kde/koala/KKeyDialog.java b/kdejava/koala/org/kde/koala/KKeyDialog.java
index d6e11da7..9005c4db 100644
--- a/kdejava/koala/org/kde/koala/KKeyDialog.java
+++ b/kdejava/koala/org/kde/koala/KKeyDialog.java
@@ -9,7 +9,7 @@ import org.kde.qt.TQWidget;
/**
The KKeyDialog class is used for configuring dictionaries of key/action
- associations for KActionCollection, KAccel, and KGlobalAccel. It uses the KKeyChooser widget
+ associations for KActionCollection, KAccel, and TDEGlobalAccel. It uses the KKeyChooser widget
and offers buttons to set all keys to defaults and invoke on-line help.
Several static methods are supplied which provide the most convenient interface
to the dialog. The most common and most encouraged use is with KActionCollection.
@@ -18,7 +18,7 @@ import org.kde.qt.TQWidget;
</pre>
@author Nicolas Hadacek <hadacek@via.ecp.fr>
- @short Dialog for configuration of KActionCollection, KAccel, and KGlobalAccel.
+ @short Dialog for configuration of KActionCollection, KAccel, and TDEGlobalAccel.
*/
public class KKeyDialog extends KDialogBase {
@@ -115,9 +115,9 @@ public class KKeyDialog extends KDialogBase {
It behaves essentially like the above function.
@short This is an overloaded member function, provided for convenience.
*/
- public static native int configure(KGlobalAccel keys, TQWidget parent, boolean bSaveSettings);
- public static native int configure(KGlobalAccel keys, TQWidget parent);
- public static native int configure(KGlobalAccel keys);
+ public static native int configure(TDEGlobalAccel keys, TQWidget parent, boolean bSaveSettings);
+ public static native int configure(TDEGlobalAccel keys, TQWidget parent);
+ public static native int configure(TDEGlobalAccel keys);
/**
This is an overloaded member function, provided for convenience.
It behaves essentially like the above function.
@@ -145,9 +145,9 @@ public class KKeyDialog extends KDialogBase {
It behaves essentially like the above function.
@short This is an overloaded member function, provided for convenience.
*/
- public static native int configure(KGlobalAccel keys, boolean bAllowLetterShortcuts, TQWidget parent, boolean bSaveSettings);
- public static native int configure(KGlobalAccel keys, boolean bAllowLetterShortcuts, TQWidget parent);
- public static native int configure(KGlobalAccel keys, boolean bAllowLetterShortcuts);
+ public static native int configure(TDEGlobalAccel keys, boolean bAllowLetterShortcuts, TQWidget parent, boolean bSaveSettings);
+ public static native int configure(TDEGlobalAccel keys, boolean bAllowLetterShortcuts, TQWidget parent);
+ public static native int configure(TDEGlobalAccel keys, boolean bAllowLetterShortcuts);
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;
/** Delete the wrapped C++ instance ahead of finalize() */