summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/TDERecentFilesAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'tdejava/koala/org/trinitydesktop/koala/TDERecentFilesAction.java')
-rw-r--r--tdejava/koala/org/trinitydesktop/koala/TDERecentFilesAction.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/tdejava/koala/org/trinitydesktop/koala/TDERecentFilesAction.java b/tdejava/koala/org/trinitydesktop/koala/TDERecentFilesAction.java
index 973b9a78..12a661d0 100644
--- a/tdejava/koala/org/trinitydesktop/koala/TDERecentFilesAction.java
+++ b/tdejava/koala/org/trinitydesktop/koala/TDERecentFilesAction.java
@@ -50,8 +50,8 @@ public class TDERecentFilesAction extends TDEListAction {
/**
@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 when a URL is selected.
+ @param receiver The slot's parent.
+ @param slot The slot to invoke when a URL is selected.
Its signature is of the form slotURLSelected( KURL ).
@param parent This action's parent.
@param name An internal name for this action.
@@ -125,8 +125,8 @@ public class TDERecentFilesAction extends TDEListAction {
@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 when a URL is selected.
+ @param receiver The slot's parent.
+ @param slot The slot to invoke when a URL is selected.
Its signature is of the form slotURLSelected( KURL ).
@param parent This action's parent.
@param name An internal name for this action.
@@ -152,8 +152,8 @@ public class TDERecentFilesAction extends TDEListAction {
@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 when a URL is selected.
+ @param receiver The slot's parent.
+ @param slot The slot to invoke when a URL is selected.
Its signature is of the form slotURLSelected( KURL ).
@param parent This action's parent.
@param name An internal name for this action.