summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/TDEListAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'tdejava/koala/org/trinitydesktop/koala/TDEListAction.java')
-rw-r--r--tdejava/koala/org/trinitydesktop/koala/TDEListAction.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/tdejava/koala/org/trinitydesktop/koala/TDEListAction.java b/tdejava/koala/org/trinitydesktop/koala/TDEListAction.java
index f79e8a67..d74a7fe4 100644
--- a/tdejava/koala/org/trinitydesktop/koala/TDEListAction.java
+++ b/tdejava/koala/org/trinitydesktop/koala/TDEListAction.java
@@ -49,8 +49,8 @@ public class TDEListAction extends TDESelectAction {
/**
@param text The text that will be displayed.
@param cut The corresponding keyboard accelerator (shortcut).
- @param receiver The SLOT's parent.
- @param slot The SLOT to invoke to execute this action.
+ @param receiver The slot's parent.
+ @param slot The slot to invoke to execute this action.
@param parent This action's parent.
@param name An internal name for this action.
@short
@@ -125,8 +125,8 @@ public class TDEListAction extends TDESelectAction {
@param text The text that will be displayed.
@param pix The icons that go with this action.
@param cut The corresponding keyboard accelerator (shortcut).
- @param receiver The SLOT's parent.
- @param slot The SLOT to invoke to execute this action.
+ @param receiver The slot's parent.
+ @param slot The slot to invoke to execute this action.
@param parent This action's parent.
@param name An internal name for this action.
@short
@@ -145,8 +145,8 @@ public class TDEListAction extends TDESelectAction {
@param text The text that will be displayed.
@param pix The dynamically loaded icon that goes with this action.
@param cut The corresponding keyboard accelerator (shortcut).
- @param receiver The SLOT's parent.
- @param slot The SLOT to invoke to execute this action.
+ @param receiver The slot's parent.
+ @param slot The slot to invoke to execute this action.
@param parent This action's parent.
@param name An internal name for this action.
@short