summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KAccel.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KAccel.java')
-rw-r--r--kdejava/koala/org/kde/koala/KAccel.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/KAccel.java b/kdejava/koala/org/kde/koala/KAccel.java
index 989d45eb..07973e0b 100644
--- a/kdejava/koala/org/kde/koala/KAccel.java
+++ b/kdejava/koala/org/kde/koala/KAccel.java
@@ -24,7 +24,7 @@ import org.kde.qt.TQAccel;
has precedence over any KAccel objects created before it.
When a shortcut pressed, KAccel calls the slot to which it has been
connected. If you want to set global accelerators, independent of the window
- which has the focus, use KGlobalAccel.
+ which has the focus, use TDEGlobalAccel.
Reconfiguration of a given shortcut can be prevented by specifying
that an accelerator item is not configurable when it is inserted. A special
group of non-configurable key bindings are known as the
@@ -51,7 +51,7 @@ import org.kde.qt.TQAccel;
</pre>
See {@link KAccelSignals} for signals emitted by KAccel
@short Configurable shortcut support for widgets.
- @see KGlobalAccel
+ @see TDEGlobalAccel
@see KAccelShortcutList
@see KKeyChooser
@see KKeyDialog
@@ -262,14 +262,14 @@ public class KAccel extends TQAccel {
/**
Read all shortcuts from <code>pConfig</code>, or (if <code>pConfig</code>
is zero) from the application's configuration file
- KGlobal.config().
+ TDEGlobal.config().
The group in which the configuration is stored can be
set with setConfigGroup().
@param pConfig the configuration file, or 0 for the application
configuration file
@return true if successful, false otherwise
- @short Read all shortcuts from <code>pConfig</code>, or (if <code>pConfig</code> is zero) from the application's configuration file KGlobal.config().
+ @short Read all shortcuts from <code>pConfig</code>, or (if <code>pConfig</code> is zero) from the application's configuration file TDEGlobal.config().
*/
public native boolean readSettings(KConfigBase pConfig);
public native boolean readSettings();