diff options
Diffstat (limited to 'lib/kofficeui/Kolinewidthaction.h')
-rw-r--r-- | lib/kofficeui/Kolinewidthaction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/Kolinewidthaction.h b/lib/kofficeui/Kolinewidthaction.h index 4adc9266..737cea1c 100644 --- a/lib/kofficeui/Kolinewidthaction.h +++ b/lib/kofficeui/Kolinewidthaction.h @@ -42,8 +42,8 @@ class KOFFICEUI_EXPORT KoLineWidthAction : public KoSelectAction /** 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 lineWidthChanged(double) signal is emited. + * @param receiver The slot's parent. + * @param slot The slot to invoke when a lineWidthChanged(double) signal is emited. * @param parent This action's parent. * @param name An internal name for this action. */ |