diff options
-rw-r--r-- | kdevdesigner/designer/editfunctions.ui | 6 | ||||
-rw-r--r-- | languages/cpp/subclassingdlgbase.ui | 2 | ||||
-rw-r--r-- | languages/kjssupport/subclassingdlgbase.ui | 2 |
3 files changed, 5 insertions, 5 deletions
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 @@ <bool>true</bool> </property> <property name="whatsThis" stdset="0"> - <string><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></string> + <string><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></string> </property> <vbox> <property name="name"> @@ -169,13 +169,13 @@ <enum>StrongFocus</enum> </property> <property name="text"> - <string>Only d&isplay Q_SLOTS</string> + <string>Only d&isplay slots</string> </property> <property name="toolTip" stdset="0"> <string>Change displaying mode for functions</string> </property> <property name="whatsThis" stdset="0"> - <string><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> + <string><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> </string> </property> </widget> 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 @@ <cstring>textLabel1</cstring> </property> <property name="text"> - <string>&Specialize following Q_SLOTS:</string> + <string>&Specialize following slots:</string> </property> <property name="buddy" stdset="0"> <cstring>m_slotView</cstring> 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 @@ <cstring>textLabel1</cstring> </property> <property name="text"> - <string>&Specialize following Q_SLOTS:</string> + <string>&Specialize following slots:</string> </property> <property name="buddy" stdset="0"> <cstring>m_slotView</cstring> |