diff options
Diffstat (limited to 'libk3b/tools/k3bradioaction.h')
| -rw-r--r-- | libk3b/tools/k3bradioaction.h | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/libk3b/tools/k3bradioaction.h b/libk3b/tools/k3bradioaction.h index 92be654..f554c0e 100644 --- a/libk3b/tools/k3bradioaction.h +++ b/libk3b/tools/k3bradioaction.h @@ -47,8 +47,8 @@ class LIBK3B_EXPORT K3bRadioAction : public TDEToggleAction    /**     *  @param text The text that will be displayed.     *  @param cut The corresponding keyboard accelerator (shortcut). -   *  @param receiver The SLOT's parent. -   *  @param slot The TQT_SLOT to invoke to execute this action. +   *  @param receiver The TQ_SLOT's parent. +   *  @param slot The TQ_SLOT to invoke to execute this action.     *  @param parent This action's parent.     *  @param name An internal name for this action.     */ @@ -79,8 +79,8 @@ class LIBK3B_EXPORT K3bRadioAction : public TDEToggleAction     *  @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 TQT_SLOT to invoke to execute this action. +   *  @param receiver The TQ_SLOT's parent. +   *  @param slot The TQ_SLOT to invoke to execute this action.     *  @param parent This action's parent.     *  @param name An internal name for this action.     */ @@ -91,8 +91,8 @@ class LIBK3B_EXPORT K3bRadioAction : public TDEToggleAction     *  @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 TQT_SLOT to invoke to execute this action. +   *  @param receiver The TQ_SLOT's parent. +   *  @param slot The TQ_SLOT to invoke to execute this action.     *  @param parent This action's parent.     *  @param name An internal name for this action.     */ | 
