summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoSelectAction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoSelectAction.h')
-rw-r--r--lib/kofficeui/KoSelectAction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/KoSelectAction.h b/lib/kofficeui/KoSelectAction.h
index 8ee0799e..fb6074bc 100644
--- a/lib/kofficeui/KoSelectAction.h
+++ b/lib/kofficeui/KoSelectAction.h
@@ -43,8 +43,8 @@ class KOFFICEUI_EXPORT KoSelectAction : public TDEAction
/** Same as above, but it also connects a slot to the selectionChanged(int) signal.
* @param text The text that will be displayed.
* @param icon The dynamically loaded icon that goes with this action.
- * @param receiver The SLOT's parent.
- * @param slot The TQT_SLOT to invoke when a selectionChanged(int) signal is emited.
+ * @param receiver The slot's parent.
+ * @param slot The slot to invoke when a selectionChanged(int) signal is emited.
* @param parent This action's parent.
* @param name An internal name for this action.
*/