diff options
Diffstat (limited to 'kommander/editor/connectioneditor.ui')
-rw-r--r-- | kommander/editor/connectioneditor.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/connectioneditor.ui b/kommander/editor/connectioneditor.ui index 90824b2d..2f1683aa 100644 --- a/kommander/editor/connectioneditor.ui +++ b/kommander/editor/connectioneditor.ui @@ -116,7 +116,7 @@ <cstring>slotBox</cstring> </property> <property name="whatsThis" stdset="0"> - <string><b>A list of Q_SLOTS for the receiver.</b><p>The Q_SLOTS that are displayed are only those which have arguments that correspond with the arguments of the signal that is currently selected in the Signal-list.</b></string> + <string><b>A list of slots for the receiver.</b><p>The slots that are displayed are only those which have arguments that correspond with the arguments of the signal that is currently selected in the Signal-list.</b></string> </property> </widget> <widget class="TDEListBox" row="1" column="0"> @@ -124,7 +124,7 @@ <cstring>signalBox</cstring> </property> <property name="whatsThis" stdset="0"> - <string>Displays the list of Q_SIGNALS that the widget emits.</string> + <string>Displays the list of signals that the widget emits.</string> </property> </widget> <widget class="TQLayoutWidget" row="0" column="0"> |