diff --git a/kdevdesigner/designer/editfunctions.ui b/kdevdesigner/designer/editfunctions.ui index c3483b1d..ea59e46a 100644 --- a/kdevdesigner/designer/editfunctions.ui +++ b/kdevdesigner/designer/editfunctions.ui @@ -44,7 +44,7 @@ true - <b>Edit Functions</b><p>Add, edit or delete the current form's Q_SLOTS or functions.</p><p>Click the <b>Add Function</b>-button to create a new function; enter a name, choose an access mode and specify if it should be a slot or normal function.</p><p>Select an entry from the list and click the <b>Delete Function</b>-button to remove a function; in case of a slot all connections using this slot will also be removed.</p> + <b>Edit Functions</b><p>Add, edit or delete the current form's slots or functions.</p><p>Click the <b>Add Function</b>-button to create a new function; enter a name, choose an access mode and specify if it should be a slot or normal function.</p><p>Select an entry from the list and click the <b>Delete Function</b>-button to remove a function; in case of a slot all connections using this slot will also be removed.</p> @@ -169,13 +169,13 @@ StrongFocus - Only d&isplay Q_SLOTS + Only d&isplay slots Change displaying mode for functions - <b>Check this button if only the Q_SLOTS should be displayed</b><p>Otherwise all functions, i.e. normal C++ functions and Q_SLOTS are displayed.</p> + <b>Check this button if only the slots should be displayed</b><p>Otherwise all functions, i.e. normal C++ functions and slots are displayed.</p> diff --git a/languages/cpp/subclassingdlgbase.ui b/languages/cpp/subclassingdlgbase.ui index 4b2c44f4..828414cf 100644 --- a/languages/cpp/subclassingdlgbase.ui +++ b/languages/cpp/subclassingdlgbase.ui @@ -35,7 +35,7 @@ textLabel1 - &Specialize following Q_SLOTS: + &Specialize following slots: m_slotView diff --git a/languages/kjssupport/subclassingdlgbase.ui b/languages/kjssupport/subclassingdlgbase.ui index 2736e145..23ec7b34 100644 --- a/languages/kjssupport/subclassingdlgbase.ui +++ b/languages/kjssupport/subclassingdlgbase.ui @@ -119,7 +119,7 @@ textLabel1 - &Specialize following Q_SLOTS: + &Specialize following slots: m_slotView